mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +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:
@@ -47,7 +47,7 @@ sub new {
|
||||
}
|
||||
my $self = {
|
||||
step => 0.05, # default
|
||||
%args,
|
||||
%args,
|
||||
rate_ok => undef,
|
||||
last_check => undef,
|
||||
stats => {
|
||||
@@ -106,7 +106,7 @@ sub throttle {
|
||||
($args{stats}->{throttle_rate_max} || ()), $current_rate);
|
||||
}
|
||||
PTDEBUG && _d('Current rate:', $current_rate);
|
||||
}
|
||||
}
|
||||
|
||||
# rand() returns a fractional value between [0,1). If skip_prob is
|
||||
# 0 then, then no queries will be skipped. If its 1.0, then all queries
|
||||
|
Reference in New Issue
Block a user