[Groonga-commit] groonga/groonga-query-log at e7d0fad [master] check-crash: add "delete" as a change command

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jun 11 15:17:12 JST 2018


Kouhei Sutou	2018-06-11 15:17:12 +0900 (Mon, 11 Jun 2018)

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

  Message:
    check-crash: add "delete" as a change command

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

  Modified: lib/groonga-query-log/command/check-crash.rb (+3 -0)
===================================================================
--- lib/groonga-query-log/command/check-crash.rb    2018-06-11 15:15:52 +0900 (cf38d16)
+++ lib/groonga-query-log/command/check-crash.rb    2018-06-11 15:17:12 +0900 (bb021dd)
@@ -176,6 +176,9 @@ module GroongaQueryLog
           when "load"
             @flushed = false
             @unflushed_statistics << statistic
+          when "delete"
+            @flushed = false
+            @unflushed_statistics << statistic
           when "io_flush"
             @flushed = true
             @unflushed_statistics.clear
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180611/275039d4/attachment.htm 



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