mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
removed trailing space in code and tests
This commit is contained in:
@@ -5822,7 +5822,7 @@ sub main {
|
||||
}
|
||||
|
||||
foreach my $thing ( $first_sql, $next_sql ) {
|
||||
$thing .= " ORDER BY $index_cols " if $index_cols;
|
||||
$thing .= " ORDER BY $index_cols" if $index_cols;
|
||||
$thing .= " LIMIT $limit";
|
||||
if ( $o->get('for-update') ) {
|
||||
$thing .= ' FOR UPDATE';
|
||||
|
Reference in New Issue
Block a user