1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

merged with 3.23 replication updates

This commit is contained in:
sasha@mysql.sashanet.com
2001-06-28 19:48:49 -06:00
11 changed files with 120 additions and 13 deletions

View File

@@ -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);