You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/main/mysql_upgrade.result
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2533,7 +2533,8 @@ name dl
2533
2533
# Check that mysql_upgrade can be run on mysqldump
2534
2534
# of mysql schema from previous versions
2535
2535
#
2536
-
call mtr.add_suppression("innodb_(table|index)_stats has length mismatch in the column name table_name");
2536
+
call mtr.add_suppression("InnoDB: Fetch of persistent statistics requested for table `mysql`\\.`gtid_slave_pos` but the required system tables mysql\\.innodb_table_stats and mysql\\.innodb_index_stats are not present or have unexpected structure");
2537
+
call mtr.add_suppression("InnoDB: Unexpected length of mysql\\.innodb_table_stats\\.table_name");
2537
2538
call mtr.add_suppression("Column count of mysql.proc is wrong. Expected 21, found 20.");
Copy file name to clipboardExpand all lines: mysql-test/main/mysql_upgrade.test
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -540,7 +540,8 @@ SELECT * FROM mysql.plugin WHERE name='unix_socket';
540
540
--echo #
541
541
542
542
# The warning appears during mysql_upgrade, before the schema becomes consistent
543
-
call mtr.add_suppression("innodb_(table|index)_stats has length mismatch in the column name table_name");
543
+
call mtr.add_suppression("InnoDB: Fetch of persistent statistics requested for table `mysql`\\.`gtid_slave_pos` but the required system tables mysql\\.innodb_table_stats and mysql\\.innodb_index_stats are not present or have unexpected structure");
544
+
call mtr.add_suppression("InnoDB: Unexpected length of mysql\\.innodb_table_stats\\.table_name");
544
545
# This comes from opening 10.6 sys.host_summary view that uses sys.format_time function,
545
546
# on still inconsistent mysql.proc, in older versions
546
547
call mtr.add_suppression("Column count of mysql.proc is wrong. Expected 21, found 20.");
0 commit comments