mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-4297 mysql --binary-mode
backport mysql --binary-mode (bug#11747577, bug#33048)
This commit is contained in:
@ -206,10 +206,8 @@ void print_annotate_event(PRINT_EVENT_INFO *print_event_info)
|
||||
}
|
||||
}
|
||||
|
||||
static Exit_status dump_local_log_entries(PRINT_EVENT_INFO *print_event_info,
|
||||
const char* logname);
|
||||
static Exit_status dump_remote_log_entries(PRINT_EVENT_INFO *print_event_info,
|
||||
const char* logname);
|
||||
static Exit_status dump_local_log_entries(PRINT_EVENT_INFO *, const char*);
|
||||
static Exit_status dump_remote_log_entries(PRINT_EVENT_INFO *, const char*);
|
||||
static Exit_status dump_log_entries(const char* logname);
|
||||
static Exit_status safe_connect();
|
||||
|
||||
|
Reference in New Issue
Block a user