Kouhei Sutou
null+****@clear*****
Fri Nov 16 16:53:17 JST 2012
Kouhei Sutou 2012-11-16 16:53:17 +0900 (Fri, 16 Nov 2012) New Revision: c51a685dd91574d2036a7a01aa12445c35c60c4e https://github.com/mroonga/mroonga/commit/c51a685dd91574d2036a7a01aa12445c35c60c4e Log: Fix wrong code block Variable declarations should be in code block that uses the variables. Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2012-11-16 16:45:23 +0900 (6f5ec53) +++ ha_mroonga.cpp 2012-11-16 16:53:17 +0900 (ce0fe54) @@ -6105,9 +6105,9 @@ ha_rows ha_mroonga::storage_records_in_range(uint key_nr, key_range *range_min, } else { DBUG_PRINT("info", ("mroonga: use key%u", key_nr)); } + grn_table_cursor *cursor; grn_table_cursor *index_cursor; - cursor = grn_table_cursor_open(ctx, grn_index_tables[key_nr], key_min, size_min, key_max, size_max, -------------- next part -------------- HTML����������������������������... ダウンロード