List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:April 19 2008 10:02pm
Subject:bk commit into 6.0 tree (hakank:1.2620)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of hakank.  When hakank 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-04-20 00:02:28+02:00, hakank@lu0011.(none) +1 -0
    Fix a sporadically failing falcon_bug_22175.test (rewrite
    the test to be race-free).

  mysql-test/suite/falcon/t/falcon_bug_22175.test@stripped, 2008-04-20 00:02:24+02:00, hakank@lu0011.(none) +1 -2
    Adopted fix from Kostja.

diff -Nrup a/mysql-test/suite/falcon/t/falcon_bug_22175.test b/mysql-test/suite/falcon/t/falcon_bug_22175.test
--- a/mysql-test/suite/falcon/t/falcon_bug_22175.test	2008-03-01 00:11:42 +01:00
+++ b/mysql-test/suite/falcon/t/falcon_bug_22175.test	2008-04-20 00:02:24 +02:00
@@ -34,7 +34,7 @@ connection conn1;
 SET @@autocommit = 0;
 SET TRANSACTION ISOLATION LEVEL READ COMMITTED;
 START TRANSACTION;
---send DELETE FROM t1
+DELETE FROM t1;
 
 --echo # Switch to connection default
 connection default;
@@ -43,7 +43,6 @@ COMMIT;
 
 --echo # Switch to connection conn1
 connection conn1;
---reap
 DELETE FROM t2;
 COMMIT;
 
Thread
bk commit into 6.0 tree (hakank:1.2620)Hakan Kuecuekyilmaz20 Apr