diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-05-11 19:28:58 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-06-04 09:06:00 +0200 |
commit | 4a0612ed2ab95305668a56b1d300526c7b595a29 (patch) | |
tree | f18ae409adea7dfe72028a643f48beb0551fef8a /sql/log.h | |
parent | 562c1df7d97cb23145e09b3482fd18d49476752d (diff) | |
download | mariadb-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.h | 2 |
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; |