summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.cc
diff options
context:
space:
mode:
authorunknown <ingo/mydev@chilla.local>2006-07-10 20:46:05 +0200
committerunknown <ingo/mydev@chilla.local>2006-07-10 20:46:05 +0200
commit1a7e4ac0bbe8f87494124bd4ded7fe5e4f99498f (patch)
tree0cbc54a15d93da3ad99331c970b464e151d7564e /sql/ha_myisammrg.cc
parent945d4606bba0c00c33fe5750bd612918e65be3c2 (diff)
downloadmariadb-git-1a7e4ac0bbe8f87494124bd4ded7fe5e4f99498f.tar.gz
Revoking patch for Bug#10952 on behalf of Brian.
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 d2fd1a9e28a..9780f163634 100644
--- a/sql/ha_myisammrg.cc
+++ b/sql/ha_myisammrg.cc
@@ -55,7 +55,7 @@ handlerton myisammrg_hton= {
NULL, /* create_cursor_read_view */
NULL, /* set_cursor_read_view */
NULL, /* close_cursor_read_view */
- HTON_CAN_RECREATE | HTON_ALTER_CANNOT_CREATE
+ HTON_CAN_RECREATE
};