From: Anirudh Mangipudi Date: November 15 2012 7:08am Subject: bzr push into mysql-5.6 branch (anirudh.mangipudi:4599 to 4600) Bug#11762933 List-Archive: http://lists.mysql.com/commits/145259 X-Bug: 11762933 Message-Id: <20121115070840.16024.48133.4600@anirudh-ThinkPad-T420> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4600 Anirudh Mangipudi 2012-11-15 [merge] BUG#11762933: MYSQLDUMP WILL SILENTLY SKIP THE `EVENT` TABLE DATA IF DUMPS MYSQL DATABA Null Merge from 5.5 to 5.6 4599 Rohit Kalhans 2012-11-15 BUG#14801541:TRANSACTION IN ENGINE WITHOUT 2PC SUPPORT IS LOGGED AS XID-ENDED Problem: Transaction in engine without two phase commit support is logged as XID event instead of Query event. This is a problem since the event is supposed to be restored while recovery, but the Xid event will be skipped. Background: This bug has come into picture after a refactoring which moves code from binlog_commit() to MYSQL_BIN_LOG::commit() and binlog group commit implementation. Fix: Restored the previous behaviour for the engines without two-phase commit support. This bug doesnot affect any of the engines in the server, so the testing has to be done in mysql-cluster with NDB modified: sql/binlog.cc No bundle (reason: useless for push emails).