Kouhei Sutou
null+****@clear*****
Fri Nov 13 11:26:25 JST 2015
Kouhei Sutou 2015-11-13 11:26:25 +0900 (Fri, 13 Nov 2015) New Revision: 8366fb23a60e9ddd1c69fb03db9b8bb9d2fb6c73 https://github.com/groonga/groonga/commit/8366fb23a60e9ddd1c69fb03db9b8bb9d2fb6c73 Message: Add a missing space Modified files: plugins/sharding/logical_range_filter.rb Modified: plugins/sharding/logical_range_filter.rb (+1 -1) =================================================================== --- plugins/sharding/logical_range_filter.rb 2015-11-13 11:17:00 +0900 (eb55566) +++ plugins/sharding/logical_range_filter.rb 2015-11-13 11:26:25 +0900 (66570c0) @@ -396,7 +396,7 @@ module Groonga relation = "<" end reason = "hit ratio " - reason << "(#{hit_ratio}=#{estimated_n_records}/#{max_n_records})" + reason << "(#{hit_ratio}=#{estimated_n_records}/#{max_n_records}) " reason << "#{relation} threshold (#{threshold})" decide_use_range_index(use_range_index_by_hit_ratio, reason, __LINE__, __method__) -------------- next part -------------- HTML����������������������������...Download