Fix handlerton alter_tablespace for example storage engine

This commit is contained in:
jonas@perch.ndb.mysql.com 2006-01-11 12:39:09 +01:00
parent 161645c81e
commit b2d5ea4676

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
};