1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

add comment for BUG 672

This commit is contained in:
unknown
2003-07-02 19:08:31 -04:00
parent 8c113acf96
commit 34b4da78bc
2 changed files with 2 additions and 2 deletions

View File

@@ -522,7 +522,7 @@ Increase max_allowed_packet on master";
case LOG_READ_EOF:
DBUG_PRINT("wait",("waiting for data in binary log"));
if (thd->server_id==0)
if (thd->server_id==0) // for mysqlbinlog (mysqlbinlog.server_id==0)
{
pthread_mutex_unlock(log_lock);
goto end;