We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea1abd4 + f7d9ff5 commit e7ba7f0Copy full SHA for e7ba7f0
VERSION
@@ -1,4 +1,4 @@
1
MYSQL_VERSION_MAJOR=8
2
MYSQL_VERSION_MINOR=0
3
-MYSQL_VERSION_PATCH=6
+MYSQL_VERSION_PATCH=12
4
MYSQL_VERSION_EXTRA=-tr
mysql-test/suite/innodb/t/ddl_crash_alter_table_tablespace.test
@@ -3,6 +3,7 @@
--source include/not_crashrep.inc
--disable_query_log
5
CALL mtr.add_suppression("\\[ERROR\\] Could not find a valid tablespace file for");
6
+CALL mtr.add_suppression("\\[ERROR\\] \\[[^]]*\\] InnoDB: MLOG_FILE_RENAME: Invalid to file name.* File name in the redo log is ''");
7
--enable_query_log
8
9
LET $innodb_ddl_log_crash_reset_debug_orig = `SELECT @@innodb_ddl_log_crash_reset_debug`;
0 commit comments