mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34705: Binlog in Engine: Also binlog standalone (eg. DDL) in the engine
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@@ -1530,8 +1530,8 @@ struct handlerton
|
||||
void *optimizer_costs; /* Costs are stored here */
|
||||
|
||||
/* Optional implementation of binlog in the engine. */
|
||||
bool (*binlog_write_direct)(IO_CACHE *cache, size_t main_size);
|
||||
handler_binlog_reader * (*get_binlog_reader)();
|
||||
int (*binlog_data)(uchar *data, size_t len);
|
||||
|
||||
/*
|
||||
Optional clauses in the CREATE/ALTER TABLE
|
||||
|
Reference in New Issue
Block a user