mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Fixed typo.
Really dumb typo.... sql/ha_archive.h: Fix typo
This commit is contained in:
parent
a549befb6d
commit
41315876ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue