1
0
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

- Record unrecorded tests from `rpl` suite to `engines/funcs` suite
(done by d8e448ba1b):
  1) Record test `rpl_row_until` from commit d95fa7e332
  2) Record test `rpl_slave_status` from commit a7d186a17d

- Stop only running threads for `engines/funcs.rpl_server_id1.test` that
is not the same as `rpl.rpl_server_id1.test`

- Reviewer:  <knielsen@knielsen-hq.org>
             <andrei.elkin@mariadb.com>
This commit is contained in:
Anel Husakovic
2023-11-22 22:41:28 +01:00
committed by Anel
parent 5bb31bc882
commit 18acf97dfd
2 changed files with 2 additions and 3 deletions

View File

@@ -25,8 +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
--source include/stop_slave_sql.inc
reset slave;
reset master;
drop table t1;