Susumu Yata
null+****@clear*****
Thu Dec 17 15:06:35 JST 2015
Susumu Yata 2015-12-17 15:06:35 +0900 (Thu, 17 Dec 2015) New Revision: 46584d5f0841781536075cc0bcce123a21a0deb8 https://github.com/groonga/groonga/commit/46584d5f0841781536075cc0bcce123a21a0deb8 Message: grn_ts_sorter: fix a typo GitHub: #435 Modified files: lib/ts/ts_sorter.c Modified: lib/ts/ts_sorter.c (+1 -1) =================================================================== --- lib/ts/ts_sorter.c 2015-12-17 11:40:30 +0900 (fc15e08) +++ lib/ts/ts_sorter.c 2015-12-17 15:06:35 +0900 (aca24e0) @@ -1570,7 +1570,7 @@ grn_ts_qsort_by_text_asc2(grn_ctx *ctx, grn_ts_sorter_node *node, * This value should be optimized and replaced with a named constant. */ while (n_recs >= 16) { - grn_ts_move_pivot_by_text_asc(node, vals, recs, n_recs); + grn_ts_move_pivot_by_text_asc2(node, vals, recs, n_recs, depth); int pivot = grn_ts_text_get_label(vals[0], depth); size_t left = 1, right = n_recs; size_t pivot_left = 1, pivot_right = n_recs; -------------- next part -------------- HTML����������������������������... ダウンロード