diff options
author | unknown <eric@mysql.com> | 2005-09-30 16:28:47 -0700 |
---|---|---|
committer | unknown <eric@mysql.com> | 2005-09-30 16:28:47 -0700 |
commit | 05df35e3d67ce8519e3281be29b599c3283db039 (patch) | |
tree | 881faabcc0ffe0925e3929e4ec4c3d40f0f2d65e /sql/ha_myisam.cc | |
parent | 43c8f453e5353cf1d81368fdac732b6ff8519920 (diff) | |
parent | d553b667911304ae14f9bed3b10fd3c1b77da649 (diff) | |
download | mariadb-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.cc | 2 |
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 |