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:
@ -13,7 +13,7 @@ show slave status;
|
|||||||
change master to master_host='127.0.0.1',master_user='root',
|
change master to master_host='127.0.0.1',master_user='root',
|
||||||
master_password='',master_port=9306;
|
master_password='',master_port=9306;
|
||||||
show slave status;
|
show slave status;
|
||||||
!slave start;
|
slave start;
|
||||||
sync_with_master;
|
sync_with_master;
|
||||||
show slave status;
|
show slave status;
|
||||||
connection master;
|
connection master;
|
||||||
|
Reference in New Issue
Block a user