Navigation Menu

Skip to content

Commit

Permalink
check-crash: add "delete" as a change command
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2018
1 parent d1d34ab commit e7d0fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/groonga-query-log/command/check-crash.rb
Expand Up @@ -176,6 +176,9 @@ def check_query_log_statistic(path, statistic)
when "load"
@flushed = false
@unflushed_statistics << statistic
when "delete"
@flushed = false
@unflushed_statistics << statistic
when "io_flush"
@flushed = true
@unflushed_statistics.clear
Expand Down

0 comments on commit e7d0fad

Please sign in to comment.