1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

mysql-test/t/rpl000015.test

reversed incorrect temporary change
This commit is contained in:
sasha@mysql.sashanet.com
2001-04-11 16:36:07 -06:00
parent 2392c3abd7
commit b292cdc2e9

View File

@ -13,7 +13,7 @@ show slave status;
change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=9306;
show slave status;
!slave start;
slave start;
sync_with_master;
show slave status;
connection master;