mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-27 01:07:39 +08:00
76cffde87e
The maxium possible length of a constraint name is 64. When --alter-foreign-keys-method=rebuild_constraints used, pt-online-schema-change just adds `_`-character. This commit forces the maximum length of constraint name to 64 characters.