summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-05-11 19:28:58 +0200
committerSergei Golubchik <serg@mariadb.org>2016-06-04 09:06:00 +0200
commit4a0612ed2ab95305668a56b1d300526c7b595a29 (patch)
treef18ae409adea7dfe72028a643f48beb0551fef8a /sql/log.h
parent562c1df7d97cb23145e09b3482fd18d49476752d (diff)
downloadmariadb-git-bb-fast-connect.tar.gz
stop binlog background thread together with othersbb-fast-connect
that fixes many rpl tests failures
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h
index e556ef91399..40e9e4fdc58 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -589,6 +589,8 @@ public:
mysql_cond_t COND_binlog_background_thread;
mysql_cond_t COND_binlog_background_thread_end;
+ void stop_background_thread();
+
using MYSQL_LOG::generate_name;
using MYSQL_LOG::is_open;