[Groonga-commit] groonga/fluent-plugin-groonga [master] Add more destructive emit commands

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 5 17:42:38 JST 2012


Kouhei Sutou	2012-12-05 17:42:38 +0900 (Wed, 05 Dec 2012)

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

  Log:
    Add more destructive emit commands

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

  Modified: lib/fluent/plugin/in_groonga.rb (+3 -0)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2012-11-29 13:15:28 +0900 (3a95139)
+++ lib/fluent/plugin/in_groonga.rb    2012-12-05 17:42:38 +0900 (645dc98)
@@ -82,6 +82,9 @@ module Fluent
       DEFAULT_EMIT_COMMANDS = [
         /\Atable_/,
         /\Acolumn_/,
+        "delete",
+        "register",
+        "truncate",
         "load",
       ]
       config_param :emit_commands, :default => DEFAULT_EMIT_COMMANDS do |value|
-------------- next part --------------
HTML����������������������������...
Download 



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