[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] incresed number of max keys.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:20:41 JST 2012


Tetsuro IKEDA	2010-04-09 17:00:07 +0900 (Fri, 09 Apr 2010)

  New Revision: e48f43dc65b248c9425d6f73a37c2a4429caad1c
  https://github.com/mroonga/mroonga/commit/e48f43dc65b248c9425d6f73a37c2a4429caad1c

  Log:
    incresed number of max keys.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2010-04-09 16:34:12 +0900 (f67a1a0)
+++ ha_mroonga.h    2010-04-09 17:00:07 +0900 (c034f98)
@@ -67,7 +67,7 @@ public:
   int delete_row(const uchar *buf);
 
   uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
-  uint max_supported_keys()          const { return 2; }
+  uint max_supported_keys()          const { return 100; }
   uint max_supported_key_parts()     const { return 1; }
   uint max_supported_key_length()    const { return MAX_KEY_LENGTH; }
 
-------------- next part --------------
HTML����������������������������...
Download 



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