…MySQL version 5.1.22 or newer? If so, you probably have gaps in your auto-increment columns. A simple INSERT…INSERT IGNORE behaviour using a special mutex table, as explained on Baron’s blog to get… Table: foo Create Table: CREATE TABLE `foo` ( `id` int(11) NOT NULL AUTO_INCREMENT, …
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
…against InnoDB on 5.6.10: mysql: SELECT id, title, MATCH(title, body… OK, now I’m starting to get a little worried. …mysql: SET GLOBAL innodb_ft_server_stopword_table=’test/innodb_ft_list2′; Query OK, 0 rows affected (0.00 sec) mysql: INSERT…

