[Groonga-commit] droonga/fluent-plugin-droonga at 21470d1 [master] Fix unintended override of add method

Back to archive index

Yoji Shidara null+****@clear*****
Wed Nov 13 14:01:37 JST 2013


Yoji Shidara	2013-11-13 14:01:37 +0900 (Wed, 13 Nov 2013)

  New Revision: 21470d10403b29f8480e787190e728dd50e3bd8a
  https://github.com/droonga/fluent-plugin-droonga/commit/21470d10403b29f8480e787190e728dd50e3bd8a

  Message:
    Fix unintended override of add method

  Modified files:
    lib/droonga/adapter.rb

  Modified: lib/droonga/adapter.rb (+1 -1)
===================================================================
--- lib/droonga/adapter.rb    2013-11-13 10:59:13 +0900 (38b832d)
+++ lib/droonga/adapter.rb    2013-11-13 14:01:37 +0900 (e29002d)
@@ -92,7 +92,7 @@ module Droonga
     end
 
     command :reset
-    def add(request)
+    def reset(request)
       # TODO: update events must be serialized in the primary node of replicas.
       key = request["key"] || rand.to_s
       scatter_all(request, key)
-------------- next part --------------
HTML����������������������������...
Download 



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