mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34705: Binlog-in-engine: Implement RESET MASTER
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@@ -1570,6 +1570,8 @@ struct handlerton
|
||||
Used to implement FLUSH BINARY LOGS.
|
||||
*/
|
||||
bool (*binlog_flush)();
|
||||
/* Engine implementation of RESET MASTER. */
|
||||
bool (*reset_binlogs)();
|
||||
|
||||
/*
|
||||
Optional clauses in the CREATE/ALTER TABLE
|
||||
|
Reference in New Issue
Block a user