diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:48:49 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:48:49 -0600 |
commit | c495c66c73020f31ddee87c0474bc9ee3dc40575 (patch) | |
tree | b4b1a65d3190201dcc5c9ad8a4a05f36ddcd759c /sql/sql_repl.h | |
parent | d9b019c0f383d56a3b34f32b29bd9afbfdbd2302 (diff) | |
parent | 83c168146e72bf5b059ac524000a132a1d3925d7 (diff) | |
download | mariadb-git-c495c66c73020f31ddee87c0474bc9ee3dc40575.tar.gz |
merged with 3.23 replication updates
mysql-test/r/type_float.result:
Auto merged
sql/sql_repl.h:
Auto merged
BitKeeper/triggers/post-commit:
merged with 3.23 updates
sql/mysqld.cc:
merged
sql/slave.cc:
merged
sql/sql_repl.cc:
merged
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); |