… is Full Text Search indexes which are not supported for Innodb tables. So what can you do ? Leave Tables as MyISAM The beauty of MySQL storage engines is you do not have to convert all tables at once. In some cases full text search is used… data in Innodb but build a “shadow” MyISAM table which is used for full text search. In certain cases you can just use MySQL triggers…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…caption id=”attachment_13334″ align=”alignright” width=”214″] InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries![/caption] This is part …, we took a quick look at some initial configuration of InnoDB full-text search and discovered a little bit of quirky behavior; here, we…

