mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
rename debug variable to debug_dbug, to make test pass in release builds
(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
This commit is contained in:
@@ -45,7 +45,7 @@ reset slave;
|
||||
connection slave;
|
||||
|
||||
# Set debug flags on slave to force errors to occur
|
||||
SET GLOBAL debug= "d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
|
||||
SET GLOBAL debug_dbug= "d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
|
||||
|
||||
start slave;
|
||||
|
||||
@@ -60,7 +60,7 @@ start slave;
|
||||
|
||||
call mtr.add_suppression("Failed during slave.* thread initialization");
|
||||
|
||||
SET GLOBAL debug= "";
|
||||
SET GLOBAL debug_dbug= "";
|
||||
|
||||
######################################################################
|
||||
# Injecting faults in the init_slave option
|
||||
|
Reference in New Issue
Block a user