Fixed typo.

Really dumb typo....


sql/ha_archive.h:
  Fix typo
This commit is contained in:
unknown 2006-01-11 22:59:08 -08:00
commit 41315876ee

View file

@ -72,7 +72,7 @@ public:
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