diff options
author | sasha@mysql.sashanet.com <> | 2001-06-28 19:48:49 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-28 19:48:49 -0600 |
commit | 242037992fbcda81c74ef2210920e585b2cbc20a (patch) | |
tree | b4b1a65d3190201dcc5c9ad8a4a05f36ddcd759c /sql/sql_repl.h | |
parent | 0b8f15956d0aaad8fa25bc6b41a030fbb30ca903 (diff) | |
parent | 14c133fb1c4547caa9f8612585dd568a7fb3eadf (diff) | |
download | mariadb-git-242037992fbcda81c74ef2210920e585b2cbc20a.tar.gz |
merged with 3.23 replication updates
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index a3ba11bdfdb..a988658ed68 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -20,6 +20,11 @@ extern uint32 server_id; extern bool server_id_supplied; extern I_List<i_string> binlog_do_db, binlog_ignore_db; +#ifndef DBUG_OFF +extern int max_binlog_dump_events; +extern bool opt_sporadic_binlog_dump_fail; +#endif + File open_binlog(IO_CACHE *log, const char *log_file_name, const char **errmsg); |