[Groonga-commit] droonga/droonga-engine at 5c5d459 [master] Convert NodeName to string before using it as a payload content

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 23 15:52:43 JST 2015


YUKI Hiroshi	2015-04-23 15:52:43 +0900 (Thu, 23 Apr 2015)

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

  Message:
    Convert NodeName to string before using it as a payload content

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-04-23 15:49:26 +0900 (c6e9267)
+++ lib/droonga/serf.rb    2015-04-23 15:52:43 +0900 (0ed3b6a)
@@ -201,7 +201,7 @@ module Droonga
 
     def latest_last_processed_message_timestamp
       send_query("export_last_processed_message_timestamp",
-                 "node" => @name)
+                 "node" => @name.to_s)
       last_processed_message_timestamp
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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