1
0
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:
Omer BarNir
2010-05-04 11:10:17 -07:00
parent d77f9505da
commit 8ac23986e7
84 changed files with 4151 additions and 4267 deletions

View File

@ -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;