diff options
Diffstat (limited to 'sql/ha_isam.cc')
-rw-r--r-- | sql/ha_isam.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_isam.cc b/sql/ha_isam.cc index 55d24f5edb9..b83dabd86b1 100644 --- a/sql/ha_isam.cc +++ b/sql/ha_isam.cc @@ -51,8 +51,6 @@ int ha_isam::open(const char *name, int mode, uint test_if_locked) info(HA_STATUS_NO_LOCK | HA_STATUS_VARIABLE | HA_STATUS_CONST); if (!(test_if_locked & HA_OPEN_WAIT_IF_LOCKED)) (void) nisam_extra(file,HA_EXTRA_WAIT_LOCK); - if (!table->db_record_offset) - int_table_flags|=HA_REC_NOT_IN_SEQ; return (0); } |