… that use MySQL, for which we at Percona tend to find redundant indexes. And second, because in some cases, we may need to have… includes mysqlindexcheck, similar to pt-duplicate-key-checker, but it does not detect all cases. For example: mysql> alter table test add index redundant (col2…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… whom the prudent move would be a migration to InnoDB, but due to their use of MyISAM FTS, the idea of a complete… to CREATE more than one at a time. If you try it, this is what happens: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY (details); ERROR 1795 (HY000): InnoDB…

