summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-02-16 09:17:40 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-02-16 09:17:40 +0200
commit34f0433c097f012247f91314a3cec5f3657e0d66 (patch)
tree98407eaead84792a34ec794c32fffff306e7f410 /extra
parent5abbe092e63422ccd6903671010ba835e2204404 (diff)
downloadmariadb-git-34f0433c097f012247f91314a3cec5f3657e0d66.tar.gz
MDEV-27774 fixup: Correct a comment
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/xtrabackup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index 7d62b5d7476..34b345a0dca 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -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) */