mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21360 global debug_dbug pre-test value restoration issues
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
##########################################################################
|
||||
|
||||
connection slave;
|
||||
set @saved_dbug = @@global.debug_dbug;
|
||||
SET @saved_dbug = @@GLOBAL.debug_dbug;
|
||||
SET @@global.debug_dbug= '+d,remove_slave_load_file_before_write';
|
||||
|
||||
connection master;
|
||||
@@ -74,7 +74,7 @@ call mtr.add_suppression("Slave: File.* not found.*");
|
||||
call mtr.add_suppression("Slave SQL: Error .File.* not found.* error.* 29");
|
||||
--let $rpl_only_running_threads= 1
|
||||
|
||||
set @@global.debug_dbug = @saved_dbug;
|
||||
SET @@GLOBAL.debug_dbug = @saved_dbug;
|
||||
|
||||
--source include/rpl_end.inc
|
||||
|
||||
|
Reference in New Issue
Block a user