mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc
- Reviewer: <knielsen@knielsen-hq.org> <brandon.nesterenko@mariadb.com> <andrei.elkin@mariadb.com>
This commit is contained in:
@@ -75,17 +75,26 @@ EOF
|
||||
--connection server_1
|
||||
DROP TABLE t1;
|
||||
|
||||
# Slaves IO thread will receive the disconnect error when master was shutdown
|
||||
# so we are allowing error on start.
|
||||
--connection server_2
|
||||
--disable_warnings
|
||||
--let rpl_allow_error=1
|
||||
--source include/wait_for_slave_io_to_start.inc
|
||||
|
||||
--source include/start_slave.inc
|
||||
--enable_warnings
|
||||
|
||||
--connection server_3
|
||||
--disable_warnings
|
||||
--let rpl_allow_error=1
|
||||
--source include/wait_for_slave_io_to_start.inc
|
||||
--source include/start_slave.inc
|
||||
--enable_warnings
|
||||
|
||||
--connection server_4
|
||||
--disable_warnings
|
||||
--let rpl_allow_error=1
|
||||
--source include/wait_for_slave_io_to_start.inc
|
||||
--source include/start_slave.inc
|
||||
--enable_warnings
|
||||
|
Reference in New Issue
Block a user