Navigation Menu

Skip to content

Commit

Permalink
check-crash: remove "table_list" and "column_list" from change commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2018
1 parent e7d0fad commit 117ae10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/groonga-query-log/command/check-crash.rb
Expand Up @@ -186,6 +186,8 @@ def check_query_log_statistic(path, statistic)
@unflushed_statistics.reject! do |statistic|
statistic.command.name == "load"
end
when "table_list", "column_list"
# ignore
when /\Atable_/
@flushed = false
@unflushed_statistics << statistic
Expand Down

0 comments on commit 117ae10

Please sign in to comment.