[Groonga-commit] droonga/fluent-plugin-droonga at 7ac3391 [master] Register default errors reducer correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Feb 3 12:14:16 JST 2014


YUKI Hiroshi	2014-02-03 12:14:16 +0900 (Mon, 03 Feb 2014)

  New Revision: 7ac3391e4361b8a1a3e3b6612d4cce9caea12d49
  https://github.com/droonga/fluent-plugin-droonga/commit/7ac3391e4361b8a1a3e3b6612d4cce9caea12d49

  Message:
    Register default errors reducer correctly

  Modified files:
    lib/droonga/distributed_command_planner.rb

  Modified: lib/droonga/distributed_command_planner.rb (+1 -1)
===================================================================
--- lib/droonga/distributed_command_planner.rb    2014-02-03 12:12:53 +0900 (154d0cb)
+++ lib/droonga/distributed_command_planner.rb    2014-02-03 12:14:16 +0900 (3abf41d)
@@ -168,7 +168,7 @@ module Droonga
     #    cannot use their custom "errors" in the body.
     #    This must be rewritten. 
     def plan_errors_handling
-      reduce("errors", "type" => "sum", "limit" => -1)
+      reduce("errors"=> { "type" => "sum", "limit" => -1 })
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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