mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-22 19:04:30 +00:00
Remove trailing spaces (#665)
* Remove trailing spaces * PR-665 - Remove trailing spaces - Updated not stable test t/pt-online-schema-change/preserve_triggers.t - Updated utilities in bin directory * PR-665 - Remove trailing spaces - Fixed typos * PR-665 - Remove trailing spaces - Fixed typos --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -42,7 +42,7 @@ use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
# IndexUsage object
|
||||
sub new {
|
||||
my ( $class, %args ) = @_;
|
||||
|
||||
|
||||
my $self = {
|
||||
%args,
|
||||
tables_for => {}, # Keyed off db
|
||||
@@ -110,7 +110,7 @@ sub add_query {
|
||||
}
|
||||
|
||||
# Sub: add_table_usage
|
||||
# Increase usage count for table (even if no indexes in it are used).
|
||||
# Increase usage count for table (even if no indexes in it are used).
|
||||
# If saving results, the tables table is updated, too.
|
||||
#
|
||||
# Parameters:
|
||||
|
Reference in New Issue
Block a user