diff options
Diffstat (limited to 'sql/ha_isam.h')
-rw-r--r-- | sql/ha_isam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_isam.h b/sql/ha_isam.h index 3cea79da3ea..129777e68e5 100644 --- a/sql/ha_isam.h +++ b/sql/ha_isam.h @@ -34,7 +34,7 @@ class ha_isam: public handler :handler(table), file(0), int_table_flags(HA_READ_RND_SAME | HA_KEYPOS_TO_RNDPOS | HA_LASTKEY_ORDER | HA_KEY_READ_WRONG_STR | HA_DUPP_POS | - HA_NOT_DELETE_WITH_CACHE) + HA_NOT_DELETE_WITH_CACHE | HA_FILE_BASED) {} ~ha_isam() {} const char *table_type() const { return "ISAM"; } @@ -82,4 +82,3 @@ class ha_isam: public handler enum thr_lock_type lock_type); }; -extern bool isam_skip; |