mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix to remove engine dependency from handler.cc file, the last one for functions.
This commit is contained in:
@ -580,6 +580,7 @@ typedef struct
|
||||
void (*binlog_log_query)(THD *thd, enum_binlog_command binlog_command,
|
||||
const char *query, uint query_length,
|
||||
const char *db, const char *table_name);
|
||||
int (*release_temporary_latches)(THD *thd);
|
||||
} handlerton;
|
||||
|
||||
extern const handlerton default_hton;
|
||||
|
Reference in New Issue
Block a user