1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

add comment for BUG 672

This commit is contained in:
vva@eagle.mysql.r18.ru
2003-07-02 19:08:31 -04:00
parent da9d454cc3
commit 6bbe7b8075
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;