…table to be first, then look up matching rows in `title` by a secondary index. But the result was that it created a temporary table…in this case to force MySQL to scan the `title` table first, grouping by kind_id in index order. This made the first table in… the Derived-Table Solution on slides 55-…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…table that we’re trying to emulate: mysql: SHOW CREATE TABLE information_schema.innodb_ft_default_stopword\G *************************** 1. row *************************** Table: INNODB_FT_DEFAULT_STOPWORD Create Table: CREATE TEMPORARY TABLE…

