From MySQL:

Added new function to handlerton.
This commit is contained in:
osku 2006-04-24 11:34:49 +00:00
parent 55c1115212
commit af84ccc340

View file

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