• Sujatha's avatar
    MDEV-10047: table-based master info repository · d9d3c222
    Sujatha authored
    Problem:
    =======
    When we upgrade from "mysql" to "mariadb" if slave is using repositories as
    tables their data is completely ignored and no warning is issued in error log.
    
    Fix:
    ===
    "mysql_upgrade" test should check for the presence of data in
    "mysql.slave_master_info" and "mysql.slave_relay_log_info" tables. When tables
    have some data the upgrade script should report a warning which hints users
    that the data in repository tables will be ignored.
    d9d3c222
mysql_upgrade.c 36.6 KB