[Groonga-commit] droonga/droonga-engine at c2c44f0 [master] Fix mismatched arguments

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 5 12:53:14 JST 2014


YUKI Hiroshi	2014-12-05 12:53:14 +0900 (Fri, 05 Dec 2014)

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

  Merged e0f9f34: Merge pull request #30 from piroor/replicas-in-a-branch

  Message:
    Fix mismatched arguments

  Modified files:
    lib/droonga/catalog/dataset.rb

  Modified: lib/droonga/catalog/dataset.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/dataset.rb    2014-12-05 12:45:36 +0900 (26e2ab6)
+++ lib/droonga/catalog/dataset.rb    2014-12-05 12:53:14 +0900 (2d8b0e9)
@@ -105,7 +105,7 @@ module Droonga
         end
       end
 
-      def collect_routes_from_slice(slice, message, live_nodes)
+      def collect_routes_from_slice(slice, params)
         if slice.replicas
           collect_routes_from_replicas(slice.replicas, params)
         else
-------------- next part --------------
HTML����������������������������...
Télécharger 



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