[Groonga-commit] droonga/fluent-plugin-droonga at 9253335 [master] Add missing initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 6 15:44:38 JST 2014


Kouhei Sutou	2014-02-06 15:44:38 +0900 (Thu, 06 Feb 2014)

  New Revision: 925333559d0fe112f0628cdc870b922bfbe04bb9
  https://github.com/droonga/fluent-plugin-droonga/commit/925333559d0fe112f0628cdc870b922bfbe04bb9

  Message:
    Add missing initialization

  Modified files:
    lib/groonga_command_converter.rb

  Modified: lib/groonga_command_converter.rb (+1 -0)
===================================================================
--- lib/groonga_command_converter.rb    2014-02-06 15:43:42 +0900 (e8df19a)
+++ lib/groonga_command_converter.rb    2014-02-06 15:44:38 +0900 (6ae2142)
@@ -123,6 +123,7 @@ module Droonga
           body[:key] = record.delete("_key")
           record_values = record
         else
+          record_values = {}
           record.each_with_index do |value, column_index|
             column = columns[column_index]
             if column == "_key"
-------------- next part --------------
HTML����������������������������...
Download 



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