summaryrefslogtreecommitdiff
path: root/mysql-test/main/rpl_mysql_upgrade_slave_repo_check.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-10047: table-based master info repositorySujatha2020-03-101-0/+127
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.