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

After merge fix

This commit is contained in:
monty@narttu.mysql.fi
2003-06-04 23:17:01 +03:00
parent 40109c574a
commit f5bb1e0907
8 changed files with 27 additions and 18 deletions

View File

@ -58,7 +58,7 @@ connection slave;
# Note that the above 'slave start' will cause a 3rd rotate event (a fake one)
# to go into the relay log (the master always sends a fake one when replication
# starts).
slave start;
start slave;
sync_with_master;
flush logs;
stop slave;