diff options
author | unknown <guilhem@gbichot2> | 2003-10-03 22:14:23 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot2> | 2003-10-03 22:14:23 +0200 |
commit | f8a27fef4f8934f9afcbe47627994d4b420670f2 (patch) | |
tree | dc2009e825d0394fdbabd6262f0d88dda98da2c2 /mysql-test/t/rpl_relayrotate.test | |
parent | c78680b43f3d2320218d9851d70e73df9409c22c (diff) | |
download | mariadb-git-f8a27fef4f8934f9afcbe47627994d4b420670f2.tar.gz |
editing comments.
mysql-test/t/rpl_relayrotate.test:
a comment
sql/log_event.cc:
removed irrelevant comment, added another one.
Diffstat (limited to 'mysql-test/t/rpl_relayrotate.test')
-rw-r--r-- | mysql-test/t/rpl_relayrotate.test | 2 |
1 files changed, 2 insertions, 0 deletions
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. |