summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-01-11 12:39:09 +0100
committerunknown <jonas@perch.ndb.mysql.com>2006-01-11 12:39:09 +0100
commit5c4a94b903067f47bea726a779c6a5c79f766649 (patch)
treead93d07369e2830d0e66c0b31bd1c2f08d2c8c19 /storage/example
parent641ce5e97e64fc89e497ee903bca03bef9476665 (diff)
downloadmariadb-git-5c4a94b903067f47bea726a779c6a5c79f766649.tar.gz
Fix handlerton alter_tablespace for example storage engine
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/ha_example.cc1
1 files changed, 1 insertions, 0 deletions
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
};