mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
Fix bug that caused not all "right keys" to be compared in certain cases.
This commit is contained in:
@@ -2664,7 +2664,7 @@ sub remove_prefix_duplicates {
|
||||
}
|
||||
else {
|
||||
PTDEBUG && _d($right_name, 'not left-prefix of', $left_name);
|
||||
next LEFT_KEY;
|
||||
next RIGHT_KEY;
|
||||
}
|
||||
} # RIGHT_KEY
|
||||
} # LEFT_KEY
|
||||
|
Reference in New Issue
Block a user