[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [storage] remove HA_NO_PREFIX_CHAR_KEYS table flag.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:28:25 JST 2012


Kouhei Sutou	2011-09-24 18:11:42 +0900 (Sat, 24 Sep 2011)

  New Revision: b8304f6365354193f08988f3cbb5727e605d61f4
  https://github.com/mroonga/mroonga/commit/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 18:10:22 +0900 (3d15106)
+++ ha_mroonga.cc    2011-09-24 18:11:42 +0900 (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 |
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index