From 5c4a94b903067f47bea726a779c6a5c79f766649 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Jan 2006 12:39:09 +0100 Subject: [PATCH] Fix handlerton alter_tablespace for example storage engine --- storage/example/ha_example.cc | 1 + 1 file changed, 1 insertion(+) 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 };