Fix handlerton alter_tablespace for example storage engine

This commit is contained in:
unknown 2006-01-11 12:39:09 +01:00
parent 641ce5e97e
commit 5c4a94b903

View file

@ -103,6 +103,7 @@ handlerton example_hton= {
NULL, /* Start Consistent Snapshot */
NULL, /* Flush logs */
NULL, /* Show status */
NULL, /* Alter tablespace */
HTON_CAN_RECREATE
};