From d5e09711b30bce4b827c460b0b47474e03dd294c Mon Sep 17 00:00:00 2001 From: "stewart@mysql.com" <> Date: Thu, 2 Feb 2006 11:02:09 +1100 Subject: [PATCH] build fix when building with example storage engine. --- 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 };