mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
interface for transaction log management added to handlerton
iterators creation interface added to handlerton
This commit is contained in:
parent
13ae6420fd
commit
60b738b62b
15 changed files with 311 additions and 21 deletions
|
|
@ -244,7 +244,9 @@ handlerton innobase_hton = {
|
|||
HTON_NO_FLAGS,
|
||||
NULL, /* binlog_func */
|
||||
NULL, /* binlog_log_query */
|
||||
innobase_release_temporary_latches
|
||||
innobase_release_temporary_latches,
|
||||
NULL, /* get_log_status */
|
||||
NULL /* create_iterator */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue