… start to get information in the INFORMATION_SCHEMA.INDEX_STATISTICS table. This data collection does add some overhead to your running server, but… generate the precise ALTER TABLE statements to drop these indexes, an exercise left to the reader.
Estimating the size of these indexes But, what…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… full-text index on it, and then I create one, the following warning is generated: mysql> alter table dir_test_innodb ADD FULLTEXT KEY…> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY (details); ERROR 1795 (HY000): InnoDB presently supports one FULLTEXT index creation…

