1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

open binlog index file *before* tc_log->open() and binlog itself *after*

This commit is contained in:
serg@serg.mylan
2005-02-01 15:36:48 +01:00
parent a1690b46f2
commit fb78bfebe4
7 changed files with 252 additions and 226 deletions

View File

@ -930,11 +930,6 @@ void sql_print_information(const char *format, ...);
bool fn_format_relative_to_data_home(my_string to, const char *name,
const char *dir, const char *extension);
bool open_log(MYSQL_LOG *log, const char *hostname,
const char *opt_name, const char *extension,
const char *index_file_name,
enum_log_type type, bool read_append,
bool no_auto_events, ulong max_size);
File open_binlog(IO_CACHE *log, const char *log_file_name,
const char **errmsg);
handlerton *binlog_init();