[Groonga-commit] groonga/fluent-plugin-groonga at fccaed9 [master] Fix a bug that index flags aren't separated with "|"...

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Nov 5 18:11:59 JST 2014


Kouhei Sutou	2014-11-05 18:11:59 +0900 (Wed, 05 Nov 2014)

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

  Message:
    Fix a bug that index flags aren't separated with "|"...

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2014-11-05 17:54:38 +0900 (d16f3c2)
+++ lib/fluent/plugin/out_groonga.rb    2014-11-05 18:11:59 +0900 (df13e01)
@@ -238,7 +238,7 @@ module Fluent
           {
             "table"  => @table.name,
             "name"   => name,
-            "flags"  => flags.join,
+            "flags"  => flags.join("|"),
             "type"   => source_table,
             "source" => source_columns,
           }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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