Skip to content

Commit 9c74707

Browse files
author
Sujatha Sivakumar
committed
Merge branch 'mysql-5.7' into mysql-trunk
2 parents a93db4b + 1e8f9e6 commit 9c74707

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sql/binlog.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7919,6 +7919,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(const struct timespec *timeout)
79197919
at once after close.
79207920
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
79217921
7922+
@param need_lock_log If true, this function acquires LOCK_log;
7923+
otherwise the caller should already have acquired it.
7924+
7925+
@param need_lock_index If true, this function acquires LOCK_index;
7926+
otherwise the caller should already have acquired it.
7927+
79227928
@note
79237929
One can do an open on the object at once after doing a close.
79247930
The internal structures are not freed until cleanup() is called

0 commit comments

Comments
 (0)