diff options
author | ram@gw.mysql.r18.ru <> | 2004-12-17 18:06:05 +0400 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-12-17 18:06:05 +0400 |
commit | 92f89369ae3491b09caf0f647fd3b61df34c3b3b (patch) | |
tree | 2e6c553f1097aea129caca8a5d200ff4f446a230 /sql/ha_myisam.h | |
parent | 3afd1939f73c95e7c53f9c927223f615aee7c9f4 (diff) | |
download | mariadb-git-92f89369ae3491b09caf0f647fd3b61df34c3b3b.tar.gz |
bit type
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index 527e6a49aba..d2fe36c8357 100644 --- a/sql/ha_myisam.h +++ b/sql/ha_myisam.h @@ -47,7 +47,7 @@ class ha_myisam: public handler int_table_flags(HA_NULL_IN_KEY | HA_CAN_FULLTEXT | HA_CAN_SQL_HANDLER | HA_DUPP_POS | HA_CAN_INDEX_BLOBS | HA_AUTO_PART_KEY | HA_FILE_BASED | HA_CAN_GEOMETRY | HA_READ_RND_SAME | - HA_CAN_INSERT_DELAYED), + HA_CAN_INSERT_DELAYED | HA_CAN_BIT_FIELD), can_enable_indexes(1) {} ~ha_myisam() {} |