mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fix handlerton alter_tablespace for example storage engine
This commit is contained in:
parent
161645c81e
commit
b2d5ea4676
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ handlerton example_hton= {
|
|||
NULL, /* Start Consistent Snapshot */
|
||||
NULL, /* Flush logs */
|
||||
NULL, /* Show status */
|
||||
NULL, /* Alter tablespace */
|
||||
HTON_CAN_RECREATE
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue