… the strengths of InnoDB. However, up until MySQL 5.6, MyISAM was the only storage engine with support for full-text search (FTS). And I’ve encountered many customers for whom the prudent move would be a migration to InnoDB, but… full-text index on it, and then I create one, the following warning is generated: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full…
The post Post: InnoDB Full-text Search in MySQL 5.6 (part 1) appeared first on MySQL Performance Blog.