summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
diff options
context:
space:
mode:
authorunknown <eric@mysql.com>2005-09-30 16:28:47 -0700
committerunknown <eric@mysql.com>2005-09-30 16:28:47 -0700
commit05df35e3d67ce8519e3281be29b599c3283db039 (patch)
tree881faabcc0ffe0925e3929e4ec4c3d40f0f2d65e /sql/ha_myisam.cc
parent43c8f453e5353cf1d81368fdac732b6ff8519920 (diff)
parentd553b667911304ae14f9bed3b10fd3c1b77da649 (diff)
downloadmariadb-git-05df35e3d67ce8519e3281be29b599c3283db039.tar.gz
Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/eric/dev/hton-mysql-5.0
Diffstat (limited to 'sql/ha_myisam.cc')
-rw-r--r--sql/ha_myisam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.cc b/sql/ha_myisam.cc
index 02769c1eb31..c9e69b377d0 100644
--- a/sql/ha_myisam.cc
+++ b/sql/ha_myisam.cc
@@ -73,7 +73,7 @@ handlerton myisam_hton= {
MyISAM doesn't support transactions and doesn't have
transaction-dependent context: cursors can survive a commit.
*/
- HTON_NO_FLAGS
+ HTON_CAN_RECREATE
};
// collect errors printed by mi_check routines