Commit 9df040b2 authored by unknown's avatar unknown

Merge gbichot@213.136.52.20:/home/bk/mysql-4.1

into mysql.com:/home/mysql_src/mysql-4.1

parents 565d9221 478caeb4
...@@ -40,7 +40,7 @@ start slave; ...@@ -40,7 +40,7 @@ start slave;
# Usually it stops when the SQL thread is around the 15th relay log. # Usually it stops when the SQL thread is around the 15th relay log.
# We cannot use MASTER_POS_WAIT() as master's position # We cannot use MASTER_POS_WAIT() as master's position
# increases only when the slave executes the COMMIT. # increases only when the slave executes the COMMIT.
system sleep 1; sleep 1;
stop slave; stop slave;
# We suppose the SQL thread stopped before COMMIT. # We suppose the SQL thread stopped before COMMIT.
# If so the transaction was rolled back # If so the transaction was rolled back
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment