Details
-
Bug
-
Status: Done
-
Critical
-
Resolution: Fixed
-
3.0.10, 3.0.11, 3.0.12
-
None
Description
if ($server_version >= '8.0' && $alter_fk_method eq 'drop_swap') { my $msg = "--alter-foreign-keys-method=drop_swap doesn't work with MySQL 8.0+\n". "See https://bugs.mysql.com/bug.php?id=89441"; die($msg); }
line 9820. (/usr/bin/pt-online-schema-change)
of course MarIaDB 10.x > 8.0 and of course pt-online-schema-change don't work anymore for MariaDB.
Attachments
Issue Links
- is blocked by
-
PT-1641 [QA] pt-online-schema-change + MariaDB
-
- Done
-