… in MySQL 5.5, you will succeed without errors or warnings: mysql> ALTER TABLE… 0 Warnings: 1 mysql> SHOW WARNINGS\G *************************** 1. row *************************** Level: Note Code: 1831 Message: Duplicate index …detail what the “will be disallowed in a future release” means. In MySQL …
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY (details); ERROR…

