It may not be easy to simply switch from regular MySQL replication to using replication using GTIDs 1. Temporary tables – CREATE and DROP… storage engines – It is not possible to mix non-transactional tables (such as MYISAM) with innodb tables within the same transaction. The…/slave db. 3. CREATE TABLE …. SELECT – It is not supported to perform such type of statements http://mysqlopt.blogspot.co.uk…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… to be people who believe that switching to InnoDB FTS is simply a matter of upgrading to 5.6 and running ALTER TABLE foo ENGINE=InnoDB…’s middle initial. To test this hypothesis, I reset innodb_ft_min_token_size to 1, dropped/rebuilt the InnoDB index, and tried again… default), I think you’re going to be forced to set innodb_ft_min_token_size to 1. Otherwise you’ll run into the…

