null+****@clear*****
null+****@clear*****
2011年 9月 24日 (土) 18:11:42 JST
Kouhei Sutou 2011-09-24 09:11:42 +0000 (Sat, 24 Sep 2011)
New Revision: b8304f6365354193f08988f3cbb5727e605d61f4
Log:
[storage] remove HA_NO_PREFIX_CHAR_KEYS table flag.
We need prefix char keys for spatial index.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+0 -1)
===================================================================
--- ha_mroonga.cc 2011-09-24 09:10:22 +0000 (3d15106)
+++ ha_mroonga.cc 2011-09-24 09:11:42 +0000 (5afa875)
@@ -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 |