[Groonga-commit] groonga/fluent-plugin-droonga at f938dea [master] Fix the same bug returning wrong count value.

アーカイブの一覧に戻る

Daijiro MORI null+****@clear*****
Wed Jun 12 18:58:34 JST 2013


Daijiro MORI	2013-06-12 18:58:34 +0900 (Wed, 12 Jun 2013)

  New Revision: f938deab0f5485fafd2ece4d469ad037216c88a6
  https://github.com/groonga/fluent-plugin-droonga/commit/f938deab0f5485fafd2ece4d469ad037216c88a6

  Message:
    Fix the same bug returning wrong count value.

  Modified files:
    lib/droonga/plugin/handler_search.rb

  Modified: lib/droonga/plugin/handler_search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_search.rb    2013-05-31 13:24:56 +0900 (36d9b2d)
+++ lib/droonga/plugin/handler_search.rb    2013-06-12 18:58:34 +0900 (320947c)
@@ -229,7 +229,7 @@ module Droonga
 
       def format_count(formatted_result)
         return unless need_element_output?("count")
-        formatted_result["count"] =****@resul*****
+        formatted_result["count"] = @count
       end
 
       def format_records(formatted_result)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る