Skip to content

Commit 4589a46

Browse files
author
Sujatha Sivakumar
committed
Bug#25076007: SERVER CRASHES IF BINARY LOG IS ROTATED AND
DISK-FULL CONDITION OCCURS Post push fix. Adding Doxygen comment.
1 parent 970e96b commit 4589a46

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
@@ -6142,6 +6142,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(THD* thd,
61426142
at once after close.
61436143
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
61446144
6145+
@param need_lock_log If true, this function acquires LOCK_log;
6146+
otherwise the caller should already have acquired it.
6147+
6148+
@param need_lock_index If true, this function acquires LOCK_index;
6149+
otherwise the caller should already have acquired it.
6150+
61456151
@note
61466152
One can do an open on the object at once after doing a close.
61476153
The internal structures are not freed until cleanup() is called

0 commit comments

Comments
 (0)