mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-27774 fixup: Correct a comment
This commit is contained in:
parent
5abbe092e6
commit
34f0433c09
1 changed files with 1 additions and 1 deletions
|
@ -3159,7 +3159,7 @@ static void log_copying_thread()
|
|||
my_thread_end();
|
||||
}
|
||||
|
||||
/** whether io_watching_thread() is active; protected by log_sys.mutex */
|
||||
/** whether io_watching_thread() is active; protected by recv_sys.mutex */
|
||||
static bool have_io_watching_thread;
|
||||
|
||||
/* io throttle watching (rough) */
|
||||
|
|
Loading…
Reference in a new issue