diff options
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index b2f7eb582a7..f919127e774 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -101,6 +101,7 @@ handlerton binlog_hton = { NULL, /* Partition flags */ NULL, /* Alter table flags */ NULL, /* Alter Tablespace */ + NULL, /* Fill FILES table */ HTON_NOT_USER_SELECTABLE | HTON_HIDDEN }; |