…to check which sessions have created which temporary tables (both in memory and not): mysql> select * from information_schema.global_temporary_tables…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…to find out how to make InnoDB FTS blazingly-fast, but simply to get a sense of how it works compared to…to DROP multiple FT indexes with InnoDB in the same ALTER TABLE statement, but it’s not possible to CREATE…select…

