YUKI Hiroshi
null+****@clear*****
Fri Jan 31 16:10:21 JST 2014
YUKI Hiroshi 2014-01-31 16:10:21 +0900 (Fri, 31 Jan 2014) New Revision: d8e225796c42c8398b548e18ac82a50bc6a43af7 https://github.com/droonga/fluent-plugin-droonga/commit/d8e225796c42c8398b548e18ac82a50bc6a43af7 Message: Don't override output-offset if we don't have to override it Modified files: lib/droonga/plugin/distributor/distributed_search_planner.rb Modified: lib/droonga/plugin/distributor/distributed_search_planner.rb (+1 -1) =================================================================== --- lib/droonga/plugin/distributor/distributed_search_planner.rb 2014-01-31 16:04:58 +0900 (0127c32) +++ lib/droonga/plugin/distributor/distributed_search_planner.rb 2014-01-31 16:10:21 +0900 (0af4b65) @@ -188,7 +188,7 @@ module Droonga end def calculate_output_offset! - @output["offset"] = 0 if have_records? + @output["offset"] = 0 if have_records? && @output["offset"] end def final_offset -------------- next part -------------- HTML����������������������������...Download