mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Bug#42891: Tests cleanup
Fix for backport into mysql-5.1-rep+2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
reset master;
|
||||
set @restore_slave_net_timeout= @@global.slave_net_timeout;
|
||||
set @@global.slave_net_timeout= 10;
|
||||
Warnings:
|
||||
Warning 1624 The currect value for master_heartbeat_period exceeds the new value of `slave_net_timeout' sec. A sensible value for the period should be less than the timeout.
|
||||
@@ -140,4 +141,5 @@ Variable_name Slave_heartbeat_period
|
||||
Value 0.500
|
||||
A heartbeat has been received by the slave
|
||||
drop table t1;
|
||||
set @@global.slave_net_timeout= @restore_slave_net_timeout;
|
||||
End of tests
|
||||
|
||||
Reference in New Issue
Block a user