• Sujatha's avatar
    MDEV-10047: table-based master info repository · 9ae01587
    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.
    9ae01587
mysql_upgrade.c 37.1 KB