[Groonga-commit] groonga/groonga-query-log at 4fffa75 [master] Support database_unmap

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 15 16:35:15 JST 2018


Kouhei Sutou	2018-01-15 16:35:15 +0900 (Mon, 15 Jan 2018)

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

  Message:
    Support database_unmap

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

  Modified: lib/groonga-query-log/command/check-crash.rb (+4 -0)
===================================================================
--- lib/groonga-query-log/command/check-crash.rb    2018-01-15 16:09:33 +0900 (834de7d)
+++ lib/groonga-query-log/command/check-crash.rb    2018-01-15 16:35:15 +0900 (5b2d3b4)
@@ -151,6 +151,10 @@ module GroongaQueryLog
           when "io_flush"
             @flushed = true
             @unflushed_statistics.clear
+          when "database_unmap"
+            @unflushed_statistics.reject! do |statistic|
+              statistic.command.name == "load"
+            end
           when /\Atable_/
             @flushed = false
             @unflushed_statistics << statistic
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180115/aa81f7cc/attachment.htm 



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