[Groonga-commit] groonga/groonga-query-log at 117ae10 [master] check-crash: remove "table_list" and "column_list" from change commands

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jun 11 15:18:32 JST 2018


Kouhei Sutou	2018-06-11 15:18:32 +0900 (Mon, 11 Jun 2018)

  New Revision: 117ae106e3b2510685b249708200e2f90c6be8e4
  https://github.com/groonga/groonga-query-log/commit/117ae106e3b2510685b249708200e2f90c6be8e4

  Message:
    check-crash: remove "table_list" and "column_list" from change commands

  Modified files:
    lib/groonga-query-log/command/check-crash.rb

  Modified: lib/groonga-query-log/command/check-crash.rb (+2 -0)
===================================================================
--- lib/groonga-query-log/command/check-crash.rb    2018-06-11 15:17:12 +0900 (bb021dd)
+++ lib/groonga-query-log/command/check-crash.rb    2018-06-11 15:18:32 +0900 (6c241ac)
@@ -186,6 +186,8 @@ module GroongaQueryLog
             @unflushed_statistics.reject! do |statistic|
               statistic.command.name == "load"
             end
+          when "table_list", "column_list"
+            # ignore
           when /\Atable_/
             @flushed = false
             @unflushed_statistics << statistic
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180611/ef6f4a2a/attachment.htm 



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