mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-27 02:00:57 +08:00
PT-1802 Reverted PT-1747
This commit is contained in:
@@ -11056,7 +11056,7 @@ sub rebuild_constraints {
|
||||
if ($fk =~ /^__/) {
|
||||
($new_fk = $fk) =~ s/^__//;
|
||||
} else {
|
||||
$new_fk = '___'.$fk;
|
||||
$new_fk = '_'.$fk;
|
||||
}
|
||||
|
||||
PTDEBUG && _d("Old FK name: $fk New FK name: $new_fk");
|
||||
|
||||
Reference in New Issue
Block a user