diff options
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r-- | sql/ha_heap.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc index d4790cf7d01..96f760a7a44 100644 --- a/sql/ha_heap.cc +++ b/sql/ha_heap.cc @@ -58,7 +58,9 @@ handlerton heap_hton= { NULL, /* Alter table flags */ NULL, /* Alter Tablespace */ NULL, /* Fill Files Table */ - HTON_CAN_RECREATE + HTON_CAN_RECREATE, + NULL, /* binlog_func */ + NULL /* binlog_log_query */ }; static handler *heap_create_handler(TABLE_SHARE *table) |