[Groonga-commit] groonga/groonga at 0a6d6e4 [master] Follow ScanInfoBuilder API change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 7 14:35:40 JST 2015


Kouhei Sutou	2015-10-07 14:35:40 +0900 (Wed, 07 Oct 2015)

  New Revision: 0a6d6e4fdf67eb71e27ccde8c93ee4b149da4e5e
  https://github.com/groonga/groonga/commit/0a6d6e4fdf67eb71e27ccde8c93ee4b149da4e5e

  Message:
    Follow ScanInfoBuilder API change

  Modified files:
    lib/mrb/scripts/expression_size_estimator.rb

  Modified: lib/mrb/scripts/expression_size_estimator.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/expression_size_estimator.rb    2015-10-07 14:23:23 +0900 (ba7cf11)
+++ lib/mrb/scripts/expression_size_estimator.rb    2015-10-07 14:35:40 +0900 (c9c2604)
@@ -7,7 +7,7 @@ module Groonga
     end
 
     def estimate
-      builder = ScanInfoBuilder.new(@expression, Operator::OR, 0)
+      builder = ScanInfoBuilder.new(@expression, Operator::OR, false)
       data_list = builder.build
       return @table_size if data_list.nil?
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index