mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Added some selects to rpl_parallel2.test to find out where it fails in buildbot
This commit is contained in:
@@ -88,6 +88,12 @@ a b
|
|||||||
18 0
|
18 0
|
||||||
19 0
|
19 0
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
SELECT "after UNLOCK TABLES" as state;
|
||||||
|
state
|
||||||
|
after UNLOCK TABLES
|
||||||
|
SELECT "after reap of STOP SLAVE" as state;
|
||||||
|
state
|
||||||
|
after reap of STOP SLAVE
|
||||||
include/wait_for_slave_to_stop.inc
|
include/wait_for_slave_to_stop.inc
|
||||||
include/start_slave.inc
|
include/start_slave.inc
|
||||||
SELECT * FROM t2 ORDER BY a;
|
SELECT * FROM t2 ORDER BY a;
|
||||||
|
@@ -162,9 +162,13 @@ SELECT * FROM t2 ORDER BY a;
|
|||||||
--connection s2
|
--connection s2
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
SELECT "after UNLOCK TABLES" as state;
|
||||||
|
|
||||||
--connection s1
|
--connection s1
|
||||||
reap;
|
reap;
|
||||||
|
|
||||||
|
SELECT "after reap of STOP SLAVE" as state;
|
||||||
|
|
||||||
--connection server_2
|
--connection server_2
|
||||||
--source include/wait_for_slave_to_stop.inc
|
--source include/wait_for_slave_to_stop.inc
|
||||||
--source include/start_slave.inc
|
--source include/start_slave.inc
|
||||||
|
Reference in New Issue
Block a user