mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
parent
934db2efb6
commit
d8e448ba1b
3 changed files with 4 additions and 2 deletions
|
@ -51,7 +51,9 @@ ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UN
|
|||
START SLAVE UNTIL RELAY_LOG_FILE='slave-relay-bin.000002', MASTER_LOG_POS=MASTER_LOG_POS;
|
||||
ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UNTIL
|
||||
START SLAVE UNTIL MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=MASTER_LOG_POS;
|
||||
include/stop_slave.inc
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
include/wait_for_slave_sql_to_stop.inc
|
||||
include/stop_slave_io.inc
|
||||
RESET SLAVE;
|
||||
include/start_slave.inc
|
||||
include/rpl_reset.inc
|
||||
|
|
|
@ -36,7 +36,6 @@ connection slave;
|
|||
include/stop_slave.inc
|
||||
START SLAVE;
|
||||
include/wait_for_slave_sql_to_start.inc
|
||||
include/wait_for_slave_io_to_stop.inc
|
||||
==== Verify that Slave IO thread stopped with error ====
|
||||
include/wait_for_slave_io_error.inc [errno=1045]
|
||||
==== Cleanup (Note that slave IO thread is not running) ====
|
||||
|
|
|
@ -25,6 +25,7 @@ insert into t1 values (1);
|
|||
--let $status_items= Last_IO_Errno, Last_IO_Error
|
||||
--source include/show_slave_status.inc
|
||||
|
||||
--let $rpl_only_running_threads= 1
|
||||
--source include/stop_slave.inc
|
||||
reset slave;
|
||||
reset master;
|
||||
|
|
Loading…
Reference in a new issue