mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fix handlerton alter_tablespace for example storage engine
This commit is contained in:
parent
641ce5e97e
commit
5c4a94b903
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…
Reference in a new issue