[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add MRN_MAX_IDENTIFIER_LEN modified: src/ha_groonga.h

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:18:08 JST 2012


Tetsuro IKEDA	2009-02-10 13:05:33 +0900 (Tue, 10 Feb 2009)

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

  Log:
    add MRN_MAX_IDENTIFIER_LEN 	modified:   src/ha_groonga.h

  Modified files:
    src/ha_groonga.h

  Modified: src/ha_groonga.h (+3 -0)
===================================================================
--- src/ha_groonga.h    2009-02-10 13:04:15 +0900 (dbc8328)
+++ src/ha_groonga.h    2009-02-10 13:05:33 +0900 (95df477)
@@ -1,6 +1,9 @@
 #ifndef _ha_groonga_h
 #define _ha_groonga_h
 
+/* max length for grn_hash key e.g. db,table name */
+#define MRN_MAX_IDENTIFIER_LEN 64
+
 extern grn_ctx *mrn_ctx_sys;
 extern grn_hash *mrn_hash_sys;
 extern pthread_mutex_t *mrn_mutex_sys;
-------------- next part --------------
HTML����������������������������...
Download 



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