Code review comment for lp:~gl-az/percona-server/ST-41544-5.6

Revision history for this message
George Ormond Lorch III (gl-az) wrote :

Actually, I think I might have found a bug...

According to https://dev.mysql.com/doc/refman/5.6/en/implicit-commit.html: "CREATE TABLE and DROP TABLE statements do not commit a transaction if the TEMPORARY keyword is used..."

If I am understanding the test case and what the docs state, neither of the inserts should have been binlogged and propagated to the slave as at no point should the transaction be committed, either implicitly or explicitly, right?

« Back to merge proposal