We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970e96b commit 4589a46Copy full SHA for 4589a46
sql/binlog.cc
@@ -6142,6 +6142,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(THD* thd,
6142
at once after close.
6143
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
6144
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
6150
6151
@note
6152
One can do an open on the object at once after doing a close.
6153
The internal structures are not freed until cleanup() is called
0 commit comments