~chuck-bell/mysql-utilities/mysql-utilities

« back to all changes in this revision

Viewing changes to mysql-test/r/replicate_engines.result

  • Committer: chuck.bell at oracle
  • Date: 2011-09-29 14:14:38 UTC
  • Revision ID: chuck.bell@oracle.com-20110929141438-clzfl7m2769wt2jm
WL#5983 : allow user to specify binary log file and position (mysqlreplicate)

This patch adds new features to mysqlreplicate to permit starting replication
from the beginning, starting from a specific log file, and starting from a
specific log file and position.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# Checking for binary logging on master...
24
24
# Setting up replication...
25
25
# Connecting slave to master...
26
 
# Starting slave...
 
26
# Starting slave from master's last position...
27
27
# status: Waiting for master to send event
28
28
# error: 0:
29
 
# Unlocking tables on master...
30
29
# ...done.
31
30
Test case 2 - use pedantic to fail if slave has different default engines
32
31
# master on localhost: ... connected.
75
74
# Checking for binary logging on master...
76
75
# Setting up replication...
77
76
# Connecting slave to master...
78
 
# Starting slave...
 
77
# Starting slave from master's last position...
79
78
# status: Waiting for master to send event
80
79
# error: 0:
81
 
# Unlocking tables on master...
82
80
# ...done.
83
81
Test case 4 - use pedantic to fail if master has different default engines
84
82
# master on localhost: ... connected.