From 4790d5a7238c748bb51f708bb30680b56bd9b939 Mon Sep 17 00:00:00 2001 From: blylei Date: Sat, 2 Oct 2021 12:52:39 +0800 Subject: [PATCH] Update function comment for disableMaster() within semisync_master.h Just modify the comment --- plugin/semisync/semisync_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/semisync/semisync_source.h b/plugin/semisync/semisync_source.h index 8597e2978f16..7321da5c79b4 100644 --- a/plugin/semisync/semisync_source.h +++ b/plugin/semisync/semisync_source.h @@ -669,7 +669,7 @@ class ReplSemiSyncMaster : public ReplSemiSyncBase { /* Enable the object to enable semi-sync replication inside the master. */ int enableMaster(); - /* Enable the object to enable semi-sync replication inside the master. */ + /* Disable the object to disable semi-sync replication inside the master. */ int disableMaster(); /* Add a semi-sync replication slave */