summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.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_myisammrg.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_myisammrg.cc')
-rw-r--r--sql/ha_myisammrg.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_myisammrg.cc b/sql/ha_myisammrg.cc
index 7a93015ecaa..5911d6c0fbc 100644
--- a/sql/ha_myisammrg.cc
+++ b/sql/ha_myisammrg.cc
@@ -36,6 +36,10 @@
handlerton myisammrg_hton= {
"MRG_MYISAM",
+ SHOW_OPTION_YES,
+ "Collection of identical MyISAM tables",
+ DB_TYPE_MRG_MYISAM,
+ NULL,
0, /* slot */
0, /* savepoint size. */
NULL, /* close_connection */