…dumptest > dump.sql SESSION1: (before dump has completed) mysql> alter table C add i int not null; Query OK, 1 row affected… — – Dumping data for table `C` — LOCK TABLES `C` WRITE; /*!40000 ALTER TABLE `C` DISABLE KEYS */; /*!40000 ALTER TABLE `C` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…mysql: SHOW CREATE TABLE innodb_myisam_stopword\G *************************** 1. row *************************** Table: innodb_myisam_stopword Create Table: CREATE TABLE … 5.6 and running ALTER TABLE foo ENGINE=InnoDB. In theory, …add your first FULLTEXT KEY to an InnoDB table, be prepared for a table…

