1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

increase save_master_pos timeout to 30 seconds for higher test predictability

better replicaiton test cleanup to ensure better test predictability
+ some ndb test cleanup
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-04-12 15:55:41 +02:00
parent f420d5dffb
commit 10692ba84f
11 changed files with 49 additions and 123 deletions

View File

@ -146,4 +146,4 @@ select * from t1 order by nid;
# cleanup
--connection master
DROP TABLE t1;
sync_slave_with_master;
-- source include/master-slave-end.inc