[Groonga-commit] droonga/droonga-engine at 190a668 [master] Do scatter for random plan

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 16:10:30 JST 2015


YUKI Hiroshi	2015-04-14 16:10:30 +0900 (Tue, 14 Apr 2015)

  New Revision: 190a668a3c10e87b0d26a8bd0f2b53a552a94738
  https://github.com/droonga/droonga-engine/commit/190a668a3c10e87b0d26a8bd0f2b53a552a94738

  Message:
    Do scatter for random plan

  Modified files:
    lib/droonga/planner.rb

  Modified: lib/droonga/planner.rb (+1 -1)
===================================================================
--- lib/droonga/planner.rb    2015-04-14 16:10:14 +0900 (5a4cceb)
+++ lib/droonga/planner.rb    2015-04-14 16:10:30 +0900 (04b9204)
@@ -44,7 +44,7 @@ module Droonga
         }
       end
 
-      if options[:record]
+      if options[:record] or random?
         scatter(message, options)
       else
         broadcast(message, options)
-------------- next part --------------
HTML����������������������������...
Download 



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