summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-10-02 20:13:18 -0700
committerbrian@zim.(none) <>2005-10-02 20:13:18 -0700
commit0ba8ca2a17121cc2e4295ab5e04e3ff910ff19ff (patch)
tree0d6229a55087d478a4a78a95c498d0e963d270d8 /sql/ha_heap.cc
parentb2f52819290c172ef2a0ace692b0da9c3c500617 (diff)
parent54a958993ced2a53b85448e1840cf45f4bd56d95 (diff)
downloadmariadb-git-0ba8ca2a17121cc2e4295ab5e04e3ff910ff19ff.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
into zim.(none):/home/brian/mysql/fix-5.0
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r--sql/ha_heap.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc
index ad7da559ff4..98cc96db707 100644
--- a/sql/ha_heap.cc
+++ b/sql/ha_heap.cc
@@ -25,6 +25,10 @@
handlerton heap_hton= {
"MEMORY",
+ SHOW_OPTION_YES,
+ "Hash based, stored in memory, useful for temporary tables",
+ DB_TYPE_HEAP,
+ NULL,
0, /* slot */
0, /* savepoint size. */
NULL, /* close_connection */