From f8a27fef4f8934f9afcbe47627994d4b420670f2 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Oct 2003 22:14:23 +0200 Subject: editing comments. mysql-test/t/rpl_relayrotate.test: a comment sql/log_event.cc: removed irrelevant comment, added another one. --- mysql-test/t/rpl_relayrotate.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t') diff --git a/mysql-test/t/rpl_relayrotate.test b/mysql-test/t/rpl_relayrotate.test index 3aab8371ac0..7a572740b3a 100644 --- a/mysql-test/t/rpl_relayrotate.test +++ b/mysql-test/t/rpl_relayrotate.test @@ -40,6 +40,8 @@ start slave; # Usually it stops when the SQL thread is around the 15th relay log. # We cannot use MASTER_POS_WAIT() as master's position # increases only when the slave executes the COMMIT. +# Note that except when using Valgrind, 1 second is enough for the I/O slave +# thread to fetch the whole master's binlog. sleep 1; stop slave; # We suppose the SQL thread stopped before COMMIT. -- cgit v1.2.1