diff options
author | unknown <joerg@mysql.com> | 2006-02-02 19:40:58 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-02-02 19:40:58 +0100 |
commit | 16a849f257d01ad1e03b37b4aa421559143e053f (patch) | |
tree | be77e5f3d05870a2301c1cb55b826cf93bc697fc | |
parent | a5295c9b3f765554900d4a524f7fb270937cd310 (diff) | |
download | mariadb-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.cc | 1 |
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 }; |