mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
PT-1802 WIP
This commit is contained in:
@@ -11134,7 +11134,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