List:Commits« Previous MessageNext Message »
From:Andrei Elkin Date:November 6 2007 6:09pm
Subject:bk commit into 5.1 tree (aelkin:1.2617) BUG#27571
View as plain text  
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-11-06 20:09:45+02:00, aelkin@stripped +1 -0
  bug#27571
  
  tests fixing: refreshing the results file.

  mysql-test/suite/binlog/r/binlog_killed.result@stripped, 2007-11-06 20:09:40+02:00, aelkin@stripped +8 -0
    results changed

diff -Nrup a/mysql-test/suite/binlog/r/binlog_killed.result b/mysql-test/suite/binlog/r/binlog_killed.result
--- a/mysql-test/suite/binlog/r/binlog_killed.result	2007-11-06 13:59:59 +02:00
+++ b/mysql-test/suite/binlog/r/binlog_killed.result	2007-11-06 20:09:40 +02:00
@@ -68,7 +68,11 @@ get_lock("a", 20)
 1
 set @b= 0;
 update t4 set b=b + bug27563(b);
+select count(*) FROM INFORMATION_SCHEMA.PROCESSLIST where state='User lock';
+count(*)
+1
 kill query ID;
+ERROR 70100: Query execution was interrupted
 select * from t4 order by b /* must be (1,1), (1,2) */;
 a	b
 1	1
@@ -101,7 +105,11 @@ get_lock("a", 20)
 1
 set @b= 0;
 delete from t4 where b=bug27563(1) or b=bug27563(2);
+select count(*) FROM INFORMATION_SCHEMA.PROCESSLIST where state='User lock';
+count(*)
+1
 kill query ID;
+ERROR 70100: Query execution was interrupted
 select count(*) from t4 /* must be 1 */;
 count(*)
 1
Thread
bk commit into 5.1 tree (aelkin:1.2617) BUG#27571Andrei Elkin6 Nov