diff options
author | unknown <paul@teton.kitebird.com> | 2003-11-21 12:35:33 -0600 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2003-11-21 12:35:33 -0600 |
commit | 840af67a0af5322c741aee9bb0928f4ca382f013 (patch) | |
tree | 5a182e6fea8838818b348c0c77593b46a2b6d1a8 /sql/log.cc | |
parent | 920c30b43a3be8955db4e03cc393dd56ac8f5239 (diff) | |
download | mariadb-git-840af67a0af5322c741aee9bb0928f4ca382f013.tar.gz |
Change word order of a few PROCESSLIST messages to correspond
to order used in START SLAVE syntax.
sql/log.cc:
Change word order.
sql/slave.cc:
Change word order.
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc index 27c7c64f9c8..c32e37cd86a 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -1692,7 +1692,7 @@ void MYSQL_LOG:: wait_for_update(THD* thd, bool master_or_slave) const char* old_msg = thd->enter_cond(&update_cond, &LOCK_log, master_or_slave ? "Has read all relay log; waiting for \ -the I/O slave thread to update it" : +the slave I/O thread to update it" : "Has sent all binlog to slave; \ waiting for binlog to be updated"); pthread_cond_wait(&update_cond, &LOCK_log); |