Commit 921ceda3 authored by unknown's avatar unknown
Browse files

build fix when building with example storage engine.


storage/example/ha_example.cc:
  add handlerton call for fill files table
parent a440d226
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ handlerton example_hton= {
  NULL,    /* Partition flags */
  NULL,    /* Alter table flags */
  NULL,    /* Alter tablespace */
  NULL,    /* Fill Files table */
  HTON_CAN_RECREATE
};