Loading sql/ha_archive.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class ha_archive: public handler const char **bas_ext() const; ulong table_flags() const { return (HA_REC_NOT_IN_SEQ | HA_CAN_BIT_FIELD return (HA_REC_NOT_IN_SEQ | HA_NOT_EXACT_COUNT | HA_CAN_BIT_FIELD | HA_FILE_BASED | HA_CAN_INSERT_DELAYED | HA_CAN_GEOMETRY); } ulong index_flags(uint idx, uint part, bool all_parts) const Loading Loading
sql/ha_archive.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class ha_archive: public handler const char **bas_ext() const; ulong table_flags() const { return (HA_REC_NOT_IN_SEQ | HA_CAN_BIT_FIELD return (HA_REC_NOT_IN_SEQ | HA_NOT_EXACT_COUNT | HA_CAN_BIT_FIELD | HA_FILE_BASED | HA_CAN_INSERT_DELAYED | HA_CAN_GEOMETRY); } ulong index_flags(uint idx, uint part, bool all_parts) const Loading