Kouhei Sutou
null+****@clear*****
Thu Nov 22 17:30:52 JST 2012
Kouhei Sutou 2012-11-22 17:30:52 +0900 (Thu, 22 Nov 2012) New Revision: af9e121109419a702685b83f136922bc54ca0a26 https://github.com/groonga/groonga/commit/af9e121109419a702685b83f136922bc54ca0a26 Log: Remove verbose descriptive words Modified files: lib/expr.c Modified: lib/expr.c (+3 -3) =================================================================== --- lib/expr.c 2012-11-22 16:41:14 +0900 (04fc3ac) +++ lib/expr.c 2012-11-22 17:30:52 +0900 (53251c8) @@ -4031,8 +4031,8 @@ grn_view_select(grn_ctx *ctx, grn_obj *table, grn_obj *expr, } static inline grn_bool -grn_table_select_select_by_index(grn_ctx *ctx, grn_obj *table, scan_info *si, - grn_obj *res) +grn_table_select_index(grn_ctx *ctx, grn_obj *table, scan_info *si, + grn_obj *res) { grn_bool processed = GRN_FALSE; if (GRN_BULK_VSIZE(&si->index)) { @@ -4343,7 +4343,7 @@ grn_table_select(grn_ctx *ctx, grn_obj *table, grn_obj *expr, GRN_PTR_PUT(ctx, &res_stack, res); res = res_; } - processed = grn_table_select_select_by_index(ctx, table, si, res); + processed = grn_table_select_index(ctx, table, si, res); if (!processed) { if (ctx->rc) { break; } e->codes = codes + si->start; -------------- next part -------------- HTML����������������������������...Download