1
0
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:
Kristian Nielsen
2025-01-14 12:41:34 +01:00
parent 6889c8e4cf
commit c67b014c9c
14 changed files with 163 additions and 32 deletions

View File

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