~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to mysql-test/extra/rpl_tests/rpl_relayrotate.test

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
-- source include/master-slave.inc
12
12
 
 
13
# We have to sync with master, to ensure slave had time to start properly
 
14
# before we stop it. If not, we get errors about UNIX_TIMESTAMP() in the log.
 
15
connection master;
 
16
sync_slave_with_master;
13
17
connection slave;
14
18
stop slave;
15
19
connection master;