1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

build fix when building with example storage engine.

This commit is contained in:
stewart@mysql.com
2006-02-02 11:02:09 +11:00
parent e4cf914b31
commit d5e09711b3

View File

@ -106,6 +106,7 @@ handlerton example_hton= {
NULL, /* Partition flags */
NULL, /* Alter table flags */
NULL, /* Alter tablespace */
NULL, /* Fill Files table */
HTON_CAN_RECREATE
};