1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-27697. Two affected tests fixed.

A result file is updated in one case and former error simulation got
refined.
This commit is contained in:
Andrei
2022-04-26 17:03:32 +03:00
parent 5100b20b15
commit 945245aea4
4 changed files with 18 additions and 2 deletions

View File

@ -1379,6 +1379,7 @@ include/stop_slave.inc
SET GLOBAL slave_parallel_threads=1;
SET @old_dbug= @@GLOBAL.debug_dbug;
SET GLOBAL debug_dbug="+d,slave_discard_xid_for_gtid_0_x_1000";
CALL mtr.add_suppression("Unexpected break of being relay-logged GTID");
connection server_1;
INSERT INTO t2 VALUES (101);
INSERT INTO t2 VALUES (102);