mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Updates to test and result files in the 'engine' suites following changes in 5.5
This commit is contained in:
@ -2,7 +2,7 @@ source include/master-slave.inc;
|
||||
|
||||
# Init for restoration of variable values
|
||||
set @my_slave_net_timeout =@@global.slave_net_timeout;
|
||||
|
||||
set @my_sql_slave_skip_counter =@@global.sql_slave_skip_counter;
|
||||
set global slave_net_timeout=100;
|
||||
set global sql_slave_skip_counter=100;
|
||||
|
||||
@ -17,5 +17,5 @@ show variables like 'slave_load_tmpdir';
|
||||
show variables like 'slave_skip_errors';
|
||||
|
||||
# Cleanup
|
||||
#set global slave_net_timeout=default;
|
||||
set global slave_net_timeout=@my_slave_net_timeout;
|
||||
set global sql_slave_skip_counter=@my_sql_slave_skip_counter;
|
||||
|
Reference in New Issue
Block a user