mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
MDEV-9077 Use sys schema in bootstrapping, incl. mtr
This commit is contained in:
parent
9186ff88da
commit
aa2ff62082
142 changed files with 4149 additions and 85 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue