mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21360 debug_dbug pre-test value restoration issues
This commit is contained in:
@@ -2,6 +2,7 @@ include/master-slave.inc
|
||||
[connection master]
|
||||
connection slave;
|
||||
include/stop_slave.inc
|
||||
set @saved_dbug = @@global.debug_dbug;
|
||||
SET GLOBAL log_warnings = 2;
|
||||
SET GLOBAL debug_dbug="d,inject_long_find_row_note";
|
||||
include/start_slave.inc
|
||||
@@ -17,7 +18,7 @@ connection slave;
|
||||
# Check if any note related to long DELETE_ROWS and UPDATE_ROWS appears in the error log
|
||||
Occurrences: update=1, delete=1
|
||||
include/stop_slave.inc
|
||||
SET GLOBAL debug_dbug = '';
|
||||
set @@global.debug_dbug = @saved_dbug;
|
||||
SET GLOBAL log_warnings = 2;
|
||||
include/start_slave.inc
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user