diff options
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index 7232d3a24dd..e5da48196c8 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -88,6 +88,8 @@ handlerton binlog_hton = { NULL, /* Start Consistent Snapshot */ NULL, /* Flush logs */ NULL, /* Show status */ + NULL, /* Partition flags */ + NULL, /* Alter table flags */ NULL, /* Alter Tablespace */ HTON_NOT_USER_SELECTABLE | HTON_HIDDEN }; |