…, plugins, and scripts. Changelog: * MySQL 5.6 compatibility for InnoDB graphs (bug 1124292) * Added performance data to Nagios plugins (…granularity to pmp-check-mysql-deadlocks (bug 1154774) * Added package install/update instructions and other documentation updates (bugs 1139652, 1124200, …
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… between MyISAM FTS and InnoDB FTS over the same data sets, and then finally in the third installment, we’ll look at… to performance in the third installment. For now, the important number here is to note that the InnoDB buffer pool for my… global innodb_ft_aux_table=’test/dir_test_innodb‘; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb_ft…

