interface for transaction log management added to handlerton

iterators creation interface added to handlerton
This commit is contained in:
bell@sanja.is.com.ua 2006-06-01 21:47:15 +03:00
commit 60b738b62b
15 changed files with 311 additions and 21 deletions

View file

@ -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 */
};