Uploaded image for project: 'Percona Toolkit'
  1. Percona Toolkit
  2. PT-1638

pt-online-schema-change not working with MariaDB 10.x

Details

    • Bug
    • Status: Done
    • Critical
    • Resolution: Fixed
    • 3.0.10, 3.0.11, 3.0.12
    • 3.0.13
    • 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

          Activity

            People

              carlos.salguero Carlos Salguero (Inactive)
              Aurelien Aurélien LEQUOY
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Smart Checklist