Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG#14221043: MYSQL_UPGRADE FAILS WHEN SERVER IS RUNNING WITH GTID-MO… #1017

Merged
merged 1 commit into from
Sep 15, 2016

Commits on Sep 15, 2016

  1. BUG#14221043: MYSQL_UPGRADE FAILS WHEN SERVER IS RUNNING WITH GTID-MO…

    …DE=ON
    
    mysql_upgrade fails when server is running with gtid_mode=ON and
    --disable-gtid-unsafe-statements because system tables are stored
    using MyISAM.
    
    Changed default logging behaviour of mysql_upgrade, disabling it
    by default. Logging can still be enable using the option
    --write-binlog.
    Actions taken by mysql_upgrade depend on the server version, them
    should not be replicated to slaves.
    nacarvalho authored and laurynas-biveinis committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    1ceebf6 View commit details
    Browse the repository at this point in the history