Navigation Menu

Skip to content

Commit

Permalink
[storage] remove HA_NO_PREFIX_CHAR_KEYS table flag.
Browse files Browse the repository at this point in the history
We need prefix char keys for spatial index.
  • Loading branch information
kou committed Sep 24, 2011
1 parent f18d4e4 commit b8304f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ha_mroonga.cc
Expand Up @@ -1240,7 +1240,6 @@ ulonglong ha_mroonga::storage_table_flags() const
HA_NULL_IN_KEY |
HA_CAN_INDEX_BLOBS |
HA_STATS_RECORDS_IS_EXACT |
HA_NO_PREFIX_CHAR_KEYS |
HA_CAN_FULLTEXT |
HA_CAN_INSERT_DELAYED |
HA_BINLOG_FLAGS |
Expand Down

0 comments on commit b8304f6

Please sign in to comment.