diff options
author | unknown <andrey@lmy004.> | 2006-01-11 12:01:36 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-01-11 12:01:36 +0100 |
commit | 0d732a1470dc443c636493f2b6d4db269b250241 (patch) | |
tree | bdae416c995fa909938346e38c2f7252848f05d3 /sql/ha_heap.cc | |
parent | 923b97736fa461c67f49491bf872c1417e7d2a7f (diff) | |
parent | 641ce5e97e64fc89e497ee903bca03bef9476665 (diff) | |
download | mariadb-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.cc | 1 |
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 }; |