summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-02-02 19:40:58 +0100
committerunknown <joerg@mysql.com>2006-02-02 19:40:58 +0100
commit16a849f257d01ad1e03b37b4aa421559143e053f (patch)
treebe77e5f3d05870a2301c1cb55b826cf93bc697fc
parenta5295c9b3f765554900d4a524f7fb270937cd310 (diff)
downloadmariadb-git-16a849f257d01ad1e03b37b4aa421559143e053f.tar.gz
storage/example/ha_example.cc
Copied from the general tree, to solve a build problem: ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com build fix when building with example storage engine. storage/example/ha_example.cc: Copied from the general tree, to solve a build problem: ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com build fix when building with example storage engine.
-rw-r--r--storage/example/ha_example.cc1
1 files changed, 1 insertions, 0 deletions
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
};