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 ac52536 + 4589a46 commit 1e8f9e6Copy full SHA for 1e8f9e6
sql/binlog.cc
@@ -7726,6 +7726,12 @@ int MYSQL_BIN_LOG::wait_for_update_bin_log(THD* thd,
7726
at once after close.
7727
- LOG_CLOSE_STOP_EVENT : write a 'stop' event to the log
7728
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
7734
7735
@note
7736
One can do an open on the object at once after doing a close.
7737
The internal structures are not freed until cleanup() is called
0 commit comments