mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-vanilla
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
This commit is contained in:
commit
bb1897640c
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,7 @@ let $message=< ---- Master selects-- >;
|
|||
--source include/show_msg.inc
|
||||
connection master;
|
||||
CALL test.p1();
|
||||
|
||||
let $wait_condition= SELECT COUNT(*) = 4 FROM t3;
|
||||
--source include/wait_condition.inc
|
||||
SELECT * FROM test.t3 ORDER BY id3;
|
||||
|
@ -91,6 +92,8 @@ SELECT * FROM test.t3 ORDER BY id3;
|
|||
let $message=< ---- Slave selects-- >;
|
||||
--source include/show_msg.inc
|
||||
connection slave;
|
||||
let $wait_condition= SELECT COUNT(*) = 4 FROM t3;
|
||||
--source include/wait_condition.inc
|
||||
SELECT * FROM test.t3 ORDER BY id3;
|
||||
|
||||
connection master;
|
||||
|
|
Loading…
Reference in a new issue