Kouhei Sutou
null+****@clear*****
Wed Apr 6 12:21:39 JST 2016
Kouhei Sutou 2016-04-06 12:21:39 +0900 (Wed, 06 Apr 2016) New Revision: f0ce61230fad393df09c40edc1dba4fbfdc0d485 https://github.com/groonga/groonga/commit/f0ce61230fad393df09c40edc1dba4fbfdc0d485 Message: Reduce scope Modified files: src/groonga.c Modified: src/groonga.c (+1 -1) =================================================================== --- src/groonga.c 2016-04-06 12:05:59 +0900 (0232e6f) +++ src/groonga.c 2016-04-06 12:21:39 +0900 (3821250) @@ -107,7 +107,6 @@ static int ready_notify_pipe[2]; static grn_encoding encoding; static grn_command_version default_command_version; -static int64_t default_match_escalation_threshold; static const char *windows_event_source_name = "Groonga"; static grn_bool use_windows_event_log = GRN_FALSE; static grn_obj http_response_server_line; @@ -3196,6 +3195,7 @@ main(int argc, char **argv) int i; int flags = 0; uint32_t cache_limit = 0; + int64_t default_match_escalation_threshold = 0; grn_bool need_line_editor = GRN_FALSE; static grn_str_getopt_opt opts[] = { {'p', "port", NULL, 0, GETOPT_OP_NONE}, -------------- next part -------------- HTML����������������������������... 下载