mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34705: Binlog-in-engine: Implement legacy SHOW MASTER STATUS
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@@ -1564,7 +1564,12 @@ struct handlerton
|
||||
void (*binlog_oob_free)(THD *thd, void *engine_data);
|
||||
/* Obtain an object to allow reading from the binlog. */
|
||||
handler_binlog_reader * (*get_binlog_reader)();
|
||||
/* Obtain list of binlog files (SHOw BINARY LOGS). */
|
||||
/*
|
||||
Obtain the current position in the binlog.
|
||||
Used to support legacy SHOW MASTER STATUS.
|
||||
*/
|
||||
void (*binlog_status)(char out_filename[FN_REFLEN], ulonglong *out_pos);
|
||||
/* Obtain list of binlog files (SHOW BINARY LOGS). */
|
||||
binlog_file_entry * (*get_binlog_file_list)(MEM_ROOT *mem_root);
|
||||
/*
|
||||
End the current binlog file, and create and switch to a new one.
|
||||
|
Reference in New Issue
Block a user