Kouhei Sutou
null+****@clear*****
Wed Feb 3 17:42:20 JST 2016
Kouhei Sutou 2016-02-03 17:42:20 +0900 (Wed, 03 Feb 2016) New Revision: 0e2c485ca52bee41668e6dd083d15ae5c0d1a467 https://github.com/groonga/groonga/commit/0e2c485ca52bee41668e6dd083d15ae5c0d1a467 Message: pat: export max total key size to Groonga internal Modified files: lib/grn_pat.h lib/pat.c Modified: lib/grn_pat.h (+1 -0) =================================================================== --- lib/grn_pat.h 2016-02-03 16:55:33 +0900 (c228949) +++ lib/grn_pat.h 2016-02-03 17:42:20 +0900 (014a1f6) @@ -27,6 +27,7 @@ extern "C" { #endif #define GRN_PAT_MAX_KEY_SIZE GRN_TABLE_MAX_KEY_SIZE +#define GRN_PAT_MAX_TOTAL_KEY_SIZE (UINT32_MAX - 1) struct _grn_pat { grn_db_obj obj; Modified: lib/pat.c (+0 -2) =================================================================== --- lib/pat.c 2016-02-03 16:55:33 +0900 (75e350d) +++ lib/pat.c 2016-02-03 17:42:20 +0900 (c1eced3) @@ -37,8 +37,6 @@ #define GRN_PAT_BIN_KEY 0x70000 -#define GRN_PAT_MAX_TOTAL_KEY_SIZE (UINT32_MAX - 1) - typedef struct { grn_id lr[2]; /* -------------- next part -------------- HTML����������������������������... Download