Commit 5c4a94b9 authored by unknown's avatar unknown
Browse files

Fix handlerton alter_tablespace for example storage engine

parent 641ce5e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ handlerton example_hton= {
  NULL,    /* Start Consistent Snapshot */
  NULL,    /* Flush logs */
  NULL,    /* Show status */
  NULL,    /* Alter tablespace */
  HTON_CAN_RECREATE
};