I'm in the process of migrating an existing JPA/eclipselink application from mysql 5.5 to mysql 5.6 and I'd like to use GTID replication going forward.
However, MySQL's documentation for Global Transaction Identifiers (GTID) calls out specific limitations around the use of temporary tables. Knowing that eclipselink makes use of temporary tables to perform various update/delete operations when talking to mysql, I'm concerned about there being an incompatibility using them together.
Does anyone know if eclipselink (version 2.5+) will work with mysql 5.6 and GTID replication?