mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes for OSF1
Made test more reliable on slow machines
This commit is contained in:
@ -13,6 +13,7 @@ change master to master_host='127.0.0.1',master_user='root',
|
||||
master_password='',master_port=9306;
|
||||
show slave status;
|
||||
slave start;
|
||||
sleep 3;
|
||||
show slave status;
|
||||
connection master;
|
||||
drop table if exists foo;
|
||||
|
Reference in New Issue
Block a user