Commit 84940191 authored by unknown's avatar unknown

build fix when building with example storage engine.


storage/example/ha_example.cc:
  add handlerton call for fill files table
parent a832e5d0
......@@ -106,6 +106,7 @@ handlerton example_hton= {
NULL, /* Partition flags */
NULL, /* Alter table flags */
NULL, /* Alter tablespace */
NULL, /* Fill Files table */
HTON_CAN_RECREATE
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment