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.
2 parents a93db4b + 1e8f9e6 commit 9c74707Copy full SHA for 9c74707
sql/binlog.cc
@@ -7919,6 +7919,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(const struct timespec *timeout)
7919
at once after close.
7920
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
7921
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
7927
7928
@note
7929
One can do an open on the object at once after doing a close.
7930
The internal structures are not freed until cleanup() is called
0 commit comments