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:
@ -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;
|
||||
|
Reference in New Issue
Block a user