It may not be easy to simply switch from regular MySQL replication to using replication using GTIDs 1. … possible to mix non-transactional tables (such as MYISAM) with innodb tables within the same transaction. The same issue can arise…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… innodb_myisam_stopword\G *************************** 1. row *************************** Table: innodb_myisam_stopword Create Table: CREATE TABLE `innodb_myisam_stopword` ( `value` varchar(18) NOT NULL DEFAULT ” ) ENGINE=InnoDB… believe that switching to InnoDB FTS is simply a matter of upgrading to 5.6 and running ALTER TABLE foo ENGINE=InnoDB. In…

