mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
From MySQL:
Added new function to handlerton.
This commit is contained in:
parent
55c1115212
commit
af84ccc340
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ handlerton innobase_hton = {
|
|||
NULL, /* Fill FILES table */
|
||||
HTON_NO_FLAGS,
|
||||
NULL, /* binlog_func */
|
||||
NULL /* binlog_log_query */
|
||||
NULL, /* binlog_log_query */
|
||||
innobase_release_temporary_latches
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue