diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 10eadf2c7a9..f4b1276198d 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -103,6 +103,7 @@ handlerton example_hton= { NULL, /* Start Consistent Snapshot */ NULL, /* Flush logs */ NULL, /* Show status */ + NULL, /* Alter tablespace */ HTON_CAN_RECREATE };