lib/grntest/executors/standard-io-executor.rb in grntest-1.2.8 vs lib/grntest/executors/standard-io-executor.rb in grntest-1.2.9

- old
+ new

@@ -1,9 +1,7 @@ -# -*- coding: utf-8 -*- +# Copyright (C) 2012-2018 Kouhei Sutou <kou@clear-code.com> # -# Copyright (C) 2012-2013 Kouhei Sutou <kou@clear-code.com> -# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # @@ -63,9 +61,10 @@ end MAY_SLOW_COMMANDS = [ "column_create", "load", + "logical_table_remove", "plugin_register", "register", ] def may_slow_command?(command) MAY_SLOW_COMMANDS.include?(command.name)