diff options
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h index f57693f9d2a..30829bdb33c 100644 --- a/sql/log.h +++ b/sql/log.h @@ -711,7 +711,6 @@ public: void wait_for_sufficient_commits(); void binlog_trigger_immediate_group_commit(); void wait_for_update_relay_log(THD* thd); - int wait_for_update_bin_log(THD* thd, const struct timespec * timeout); void init(ulong max_size); void init_pthread_objects(); void cleanup(); |