diff options
author | sasha@mysql.sashanet.com <> | 2001-06-28 18:22:29 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-28 18:22:29 -0600 |
commit | 2e4d264c271e297b8234b383f714415a44cef45a (patch) | |
tree | cb4a8d96c0034fc1d1761a36370587c6845aae72 /sql/sql_repl.h | |
parent | a3208140f98dc171e2979faff56fcab5c3fb6765 (diff) | |
download | mariadb-git-2e4d264c271e297b8234b383f714415a44cef45a.tar.gz |
fixed message in post-commit trigger
added debugging options to master to behave sporadically, and a
test case to make sure the slave can deal with it
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 68f2b4ba6c4..c6a79ec4650 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -9,6 +9,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); |