Kouhei Sutou
null+****@clear*****
Tue May 24 17:01:01 JST 2016
Kouhei Sutou 2016-05-24 17:01:01 +0900 (Tue, 24 May 2016) New Revision: bd6ebd3e66dddd60189ac4d6ca8871a54a432582 https://github.com/groonga/groonga/commit/bd6ebd3e66dddd60189ac4d6ca8871a54a432582 Message: select: add _records suffix Modified files: lib/proc/proc_select.c Modified: lib/proc/proc_select.c (+3 -3) =================================================================== --- lib/proc/proc_select.c 2016-05-23 18:41:48 +0900 (5710fae) +++ lib/proc/proc_select.c 2016-05-24 17:01:01 +0900 (580609e) @@ -1441,8 +1441,8 @@ grn_select_sort(grn_ctx *ctx, } static grn_bool -grn_select_output(grn_ctx *ctx, - grn_select_data *data) +grn_select_output_records(grn_ctx *ctx, + grn_select_data *data) { int offset; grn_obj *output_table; @@ -2502,7 +2502,7 @@ grn_select(grn_ctx *ctx, grn_select_data *data) GRN_OUTPUT_ARRAY_OPEN("RESULT", data->output.n_elements); - if (!grn_select_output(ctx, data)) { + if (!grn_select_output_records(ctx, data)) { GRN_OUTPUT_ARRAY_CLOSE(); goto exit; } -------------- next part -------------- HTML����������������������������...下载