Skip to content

Commit 1e8f9e6

Browse files
author
Sujatha Sivakumar
committed
Merge branch 'mysql-5.6' into mysql-5.7
2 parents ac52536 + 4589a46 commit 1e8f9e6

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
@@ -7726,6 +7726,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(THD* thd,
77267726
at once after close.
77277727
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
77287728
7729+
@param need_lock_log If true, this function acquires LOCK_log;
7730+
otherwise the caller should already have acquired it.
7731+
7732+
@param need_lock_index If true, this function acquires LOCK_index;
7733+
otherwise the caller should already have acquired it.
7734+
77297735
@note
77307736
One can do an open on the object at once after doing a close.
77317737
The internal structures are not freed until cleanup() is called

0 commit comments

Comments
 (0)