From 921ceda34c82e5d3ffd7106f96201c358fcbdae3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Feb 2006 11:02:09 +1100 Subject: [PATCH] build fix when building with example storage engine. storage/example/ha_example.cc: add handlerton call for fill files table --- storage/example/ha_example.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 30034496291..0e9dcf231d9 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -106,6 +106,7 @@ handlerton example_hton= { NULL, /* Partition flags */ NULL, /* Alter table flags */ NULL, /* Alter tablespace */ + NULL, /* Fill Files table */ HTON_CAN_RECREATE };