build fix when building with example storage engine.

storage/example/ha_example.cc:
  add handlerton call for fill files table
This commit is contained in:
unknown 2006-02-02 11:02:09 +11:00
parent a440d2268f
commit 921ceda34c

View File

@ -106,6 +106,7 @@ handlerton example_hton= {
NULL, /* Partition flags */
NULL, /* Alter table flags */
NULL, /* Alter tablespace */
NULL, /* Fill Files table */
HTON_CAN_RECREATE
};