summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
diff options
context:
space:
mode:
authoreric@mysql.com <>2005-09-30 16:26:48 -0700
committereric@mysql.com <>2005-09-30 16:26:48 -0700
commit5008a5f208dd7d1c94755fb5051401473465276f (patch)
treec1894e3d927782633ebebf8b571ef7b84d2689fe /sql/ha_heap.cc
parent16cd4bd3321e0c21e6867898f5017074fbb6ce57 (diff)
downloadmariadb-git-5008a5f208dd7d1c94755fb5051401473465276f.tar.gz
Move handler specific options into handlerton flag check
BUG#13108
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r--sql/ha_heap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc
index fafd597e858..ad7da559ff4 100644
--- a/sql/ha_heap.cc
+++ b/sql/ha_heap.cc
@@ -40,7 +40,7 @@ handlerton heap_hton= {
NULL, /* create_cursor_read_view */
NULL, /* set_cursor_read_view */
NULL, /* close_cursor_read_view */
- HTON_NO_FLAGS
+ HTON_CAN_RECREATE
};
/*****************************************************************************