…MySQL 5.5.3 Metadata Locking behavior prior to MySQL 5.5.3 Prior to MySQL… at the last stages when …select * from test_2 order by id; session8 > select * from test_2 order by id; session9 > select… preparing | 0.000006 | | executing | 0.000001 | | Sorting result | 0.000002 | | Sending data | 0.000040 |…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… The second part will compare query results between MyISAM FTS and InnoDB …mysql> select * from information_schema.innodb_ft_config; +—————————+———+ | KEY | VALUE | +—————————+———+ | optimize_checkpoint_limit | 180 | | synced_doc_id | 1028261 | | last…

