#At file:///C:/Work/bzr/Merge/mysql-6.0-falcon-team/
2971 Kevin Lewis 2009-01-12
Bug#41521 - Add a sleep after the --send INSERT to allow
this command to be processed by Falcon before the next
command comes in wit a different thread.
modified:
mysql-test/suite/falcon_team/t/falcon_bug_34174.test
per-file messages:
mysql-test/suite/falcon_team/t/falcon_bug_34174.test
Bug#41521 - Add a sleep after the --send INSERT to allow
this command to be processed by Falcon before the next
command comes in wit a different thread.
=== modified file 'mysql-test/suite/falcon_team/t/falcon_bug_34174.test'
--- a/mysql-test/suite/falcon_team/t/falcon_bug_34174.test 2008-12-16 21:11:25 +0000
+++ b/mysql-test/suite/falcon_team/t/falcon_bug_34174.test 2009-01-13 03:32:36 +0000
@@ -36,6 +36,8 @@ SELECT * FROM t1;
INSERT INTO t1 VALUES (1,1);
--send INSERT INTO t1 VALUES (0,3)
+--real_sleep 1
+
--echo # switching to default connection
connection default;
SELECT * FROM t1;
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon-team branch (klewis:2971) Bug#41521 | Kevin Lewis | 13 Jan |