summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-01-11 12:01:36 +0100
committerunknown <andrey@lmy004.>2006-01-11 12:01:36 +0100
commit0d732a1470dc443c636493f2b6d4db269b250241 (patch)
treebdae416c995fa909938346e38c2f7252848f05d3 /sql/ha_heap.cc
parent923b97736fa461c67f49491bf872c1417e7d2a7f (diff)
parent641ce5e97e64fc89e497ee903bca03bef9476665 (diff)
downloadmariadb-git-0d732a1470dc443c636493f2b6d4db269b250241.tar.gz
manual merge
sql/Makefile.am: Auto merged sql/lex.h: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r--sql/ha_heap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc
index a83a95ac863..bcb0bf07774 100644
--- a/sql/ha_heap.cc
+++ b/sql/ha_heap.cc
@@ -54,6 +54,7 @@ handlerton heap_hton= {
NULL, /* Start Consistent Snapshot */
NULL, /* Flush logs */
NULL, /* Show status */
+ NULL, /* Alter Tablespace */
HTON_CAN_RECREATE
};