diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-01-11 12:39:09 +0100 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-01-11 12:39:09 +0100 |
commit | 5c4a94b903067f47bea726a779c6a5c79f766649 (patch) | |
tree | ad93d07369e2830d0e66c0b31bd1c2f08d2c8c19 /storage/example | |
parent | 641ce5e97e64fc89e497ee903bca03bef9476665 (diff) | |
download | mariadb-git-5c4a94b903067f47bea726a779c6a5c79f766649.tar.gz |
Fix handlerton alter_tablespace for example storage engine
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/ha_example.cc | 1 |
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 }; |