List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:August 27 2008 9:57pm
Subject:bzr commit into mysql-6.0 branch (mats:2678) Bug#39073
View as plain text  
#At file:///home/bzr/mkindahl/fix-6.0-rpl/

 2678 Mats Kindahl	2008-08-27
      Bug #39073: falcon_bug_34164 fails due to a mistyped mysqltest command
modified:
  mysql-test/suite/falcon/t/falcon_bug_34164.test

=== modified file 'mysql-test/suite/falcon/t/falcon_bug_34164.test'
--- a/mysql-test/suite/falcon/t/falcon_bug_34164.test	2008-03-30 13:57:32 +0000
+++ b/mysql-test/suite/falcon/t/falcon_bug_34164.test	2008-08-27 21:57:12 +0000
@@ -55,7 +55,7 @@ SELECT * FROM t1;
 --send UPDATE t1 SET b = 111 WHERE a = 1
 --echo # Switch to conn1
 connection conn1;
---real_sleep=1
+--real_sleep 1
 COMMIT;
 --echo # Switch to conn2
 connection conn2;
@@ -85,7 +85,7 @@ SELECT * FROM t1;
 --send UPDATE t1 SET b = 222 WHERE a = 2
 --echo # Switch to conn1
 connection conn1;
---real_sleep=1
+--real_sleep 1
 COMMIT;
 --echo # Switch to conn2
 connection conn2;
@@ -124,7 +124,7 @@ SELECT * FROM t1;
 --send UPDATE t1 SET b = 333 WHERE a = 3
 --echo # Switch to conn3
 connection conn3;
---real_sleep=1
+--real_sleep 1
 COMMIT;
 --echo # Switch to conn4
 connection conn4;
@@ -155,7 +155,7 @@ SELECT * FROM t1;
 --send UPDATE t1 SET b = 444 WHERE a = 4
 --echo # Switch to conn3
 connection conn3;
---real_sleep=1
+--real_sleep 1
 COMMIT;
 --echo # Switch to conn4
 connection conn4;

Thread
bzr commit into mysql-6.0 branch (mats:2678) Bug#39073Mats Kindahl27 Aug