[Groonga-commit] droonga/droonga-engine at fe6ba6d [master] Fix mismatched method name to send custom command via serf

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 23 15:44:46 JST 2015


YUKI Hiroshi	2015-04-23 15:44:46 +0900 (Thu, 23 Apr 2015)

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

  Message:
    Fix mismatched method name to send custom command via serf

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-04-23 14:49:05 +0900 (d8c40c9)
+++ lib/droonga/serf.rb    2015-04-23 15:44:46 +0900 (e3abb92)
@@ -200,7 +200,7 @@ module Droonga
     end
 
     def latest_last_processed_message_timestamp
-      query("export_last_processed_message_timestamp",
+      send_query("export_last_processed_message_timestamp",
             "node" => @name)
       last_processed_message_timestamp
     end
-------------- next part --------------
HTML����������������������������...
Download 



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