summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.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_myisammrg.cc
parent16cd4bd3321e0c21e6867898f5017074fbb6ce57 (diff)
downloadmariadb-git-5008a5f208dd7d1c94755fb5051401473465276f.tar.gz
Move handler specific options into handlerton flag check
BUG#13108
Diffstat (limited to 'sql/ha_myisammrg.cc')
-rw-r--r--sql/ha_myisammrg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisammrg.cc b/sql/ha_myisammrg.cc
index 8347dcdaa3e..7a93015ecaa 100644
--- a/sql/ha_myisammrg.cc
+++ b/sql/ha_myisammrg.cc
@@ -51,7 +51,7 @@ handlerton myisammrg_hton= {
NULL, /* create_cursor_read_view */
NULL, /* set_cursor_read_view */
NULL, /* close_cursor_read_view */
- HTON_NO_FLAGS
+ HTON_CAN_RECREATE
};