From: Date: June 10 2008 2:39pm Subject: bzr commit into mysql-6.0-falcon:mysql-6.0-falcon branch (mats:2696) Bug#37221 List-Archive: http://lists.mysql.com/commits/47681 X-Bug: 37221 Message-Id: <20080610123918.585735BE03@mats-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-6.0-falcon/ 2696 Mats Kindahl 2008-06-10 BUG#37221: SET AUTOCOMMIT=1 does not commit binary log Adding comment to Falcon regression test for the bug. modified: mysql-test/suite/falcon/t/rpl_falcon_bug_37221.test per-file messages: mysql-test/suite/falcon/t/rpl_falcon_bug_37221.test Adding comment. === modified file 'mysql-test/suite/falcon/t/rpl_falcon_bug_37221.test' --- a/mysql-test/suite/falcon/t/rpl_falcon_bug_37221.test 2008-06-09 19:32:42 +0000 +++ b/mysql-test/suite/falcon/t/rpl_falcon_bug_37221.test 2008-06-10 12:39:13 +0000 @@ -1,3 +1,9 @@ +# BUG#37221: SET AUTOCOMMIT=1 does not commit binary log + +# Regression test to ensure that the bug does not re-appear. The test +# is using the Falcon engine, but the problem is a generic case. See +# binlog_implicit_commit.test for a more elaborate test. + source include/master-slave.inc; --echo [master]