[Groonga-commit] long-long-float/droonga-engine at 472e78e [master] Give nodes as arguments, not an array argument

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 29 12:19:19 JST 2014


YUKI Hiroshi	2014-08-29 12:19:19 +0900 (Fri, 29 Aug 2014)

  New Revision: 472e78eea25ed824cc38e07aaa8fe41d5d62d755
  https://github.com/long-long-float/droonga-engine/commit/472e78eea25ed824cc38e07aaa8fe41d5d62d755

  Message:
    Give nodes as arguments, not an array argument

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-08-29 11:51:08 +0900 (7b6dfa5)
+++ lib/droonga/serf.rb    2014-08-29 12:19:19 +0900 (011738d)
@@ -91,7 +91,7 @@ module Droonga
       nodes = hosts.collect do |host|
         "#{host}:#{port}"
       end
-      run_once("join", nodes)
+      run_once("join", *nodes)
     end
 
     def send_query(query, payload)
-------------- next part --------------
HTML����������������������������...
Download 



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