diff options
Diffstat (limited to '')
-rw-r--r-- | sql/semisync_master.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/semisync_master.h b/sql/semisync_master.h index 5451ad51..99f46869 100644 --- a/sql/semisync_master.h +++ b/sql/semisync_master.h @@ -633,8 +633,6 @@ class Repl_semi_sync_master /*called before reset master*/ int before_reset_master(); - void check_and_switch(); - /* Determines if the given thread is currently awaiting a semisync_ack. Note that the thread's value is protected by this class's LOCK_binlog, so this |