From: Date: March 28 2008 3:08pm Subject: bk commit into 5.1 tree (aelkin:1.2549) BUG#33029 List-Archive: http://lists.mysql.com/commits/44587 X-Bug: 33029 Message-Id: <200803281408.m2SE8sHH022917@mysql1000> Below is the list of changes that have just been committed into a local 5.1 repository of aelkin. When aelkin does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-03-28 16:07:50+02:00, aelkin@mysql1000.(none) +1 -0 BUG#33029 refining a test for embedded env. mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test@stripped, 2008-03-28 16:07:48+02:00, aelkin@mysql1000.(none) +2 -0 test must ensure there is binlog capability on the server diff -Nrup a/mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test b/mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test --- a/mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test 2008-03-27 07:47:59 +02:00 +++ b/mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test 2008-03-28 16:07:48 +02:00 @@ -15,6 +15,8 @@ # rpl_auto_increment_bug33029.test with clean up statements at the end # of the test case removed on a buggy 5.0 server +source include/have_log_bin.inc; + copy_file $MYSQL_TEST_DIR/std_data/bug33029-slave-relay-bin.000001 $MYSQLTEST_VARDIR/master-data/slave-relay-bin.000001; write_file $MYSQLTEST_VARDIR/master-data/slave-relay-bin.index;