From: Date: May 30 2007 9:29pm Subject: bk commit into 5.0 tree (aelkin:1.2510) BUG#22725 List-Archive: http://lists.mysql.com/commits/27724 X-Bug: 22725 Message-Id: <200705301929.l4UJTMl2022998@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi> Below is the list of changes that have just been committed into a local 5.0 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 22:29:15+03:00, aelkin@stripped +1 -0 bug#22725 refining the test because of Bug #28786 'reset master' does not reset binlogging on embeded server mysql-test/t/binlog_killed.test@stripped, 2007-05-30 22:29:13+03:00, aelkin@stripped +1 -1 the test can not pass on embedded server. Setting the include-guard. # 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: /home/elkin/MySQL/TEAM/FIXES/5.0/bug22725-kill_inser_ta_binlog --- 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 22:29:13 +03:00 @@ -1,4 +1,5 @@ -- source include/have_innodb.inc +--source include/not_embedded.inc ### ### bug#22725 : incorrect killed error in binlogged query @@ -15,7 +16,6 @@ create table t3 (a int auto_increment, b # effective test for bug#22725 # -let $counter=200; # max 20 seconds to wait for insert performed the 1st row connection con1; select get_lock("a", 20);