MDEV-9077 Use sys schema in bootstrapping, incl. mtr

This commit is contained in:
Vladislav Vaintroub 2021-03-03 10:30:29 +01:00
commit aa2ff62082
142 changed files with 4149 additions and 85 deletions

View file

@ -368,6 +368,9 @@ rename table mysql.global_priv_bak to mysql.global_priv;
# The warning appears during mysql_upgrade, before the schema becomes consistent
call mtr.add_suppression("innodb_table_stats has length mismatch in the column name table_name");
# This comes from opening 10.6 sys.host_summary view that uses sys.format_time function,
# on still inconsistent mysql.proc, in older versions
call mtr.add_suppression("Column count of mysql.proc is wrong. Expected 21, found 20.");
--let $old_version= 5.5
--source include/load_dump_and_upgrade.inc