From: Date: May 30 2007 10:19am Subject: bk commit into 5.1 tree (aelkin:1.2521) BUG#22725 List-Archive: http://lists.mysql.com/commits/27648 X-Bug: 22725 Message-Id: <200705300819.l4U8J3BS013282@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi> Below is the list of changes that have just been committed into a local 5.1 repository of elkin. When elkin 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, 2007-05-30 11:18:55+03:00, aelkin@stripped +1 -0 bug#22725 merge 5.0 with 5.1 mysql-test/t/binlog_killed.test@stripped, 2007-05-30 11:18:52+03:00, aelkin@stripped +1 -1 offset change in 5.1 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: aelkin # Host: dsl-hkibras1-ff5dc300-70.dhcp.inet.fi # Root: /tmp/merge_5.0 --- 1.6/mysql-test/t/binlog_killed.test 2007-05-30 10:54:49 +03:00 +++ 1.7/mysql-test/t/binlog_killed.test 2007-05-30 11:18:52 +03:00 @@ -38,7 +38,7 @@ connection con2; reap; let $rows= `select count(*) from t2 /* must be 2 or 0 */`; ---exec $MYSQL_BINLOG --start-position=126 $MYSQLTEST_VARDIR/log/master-bin.000001 > $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog +--exec $MYSQL_BINLOG --start-position=134 $MYSQLTEST_VARDIR/log/master-bin.000001 > $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog --replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR eval select (@a:=load_file("$MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog"))