List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:August 27 2008 11:59pm
Subject:bzr push into mysql-6.0 branch (mats:2677 to 2678) Bug#39073
View as plain text  
 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

 2677 Sven Sandberg	2008-08-27 [merge]
      merge of 6.0-rpl into (local merge of 6.0-rpl into 6.0)
      all changes automerged, no conflicts
modified:
  client/mysqltest.cc
  mysql-test/mysql-test-run.pl
  sql/sql_class.h

=== 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 push into mysql-6.0 branch (mats:2677 to 2678) Bug#39073Mats Kindahl27 Aug