mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.10 into 10.11
This commit is contained in:
@@ -11,6 +11,8 @@ call mtr.add_suppression("InnoDB: Failed to find tablespace for table `test`\\.`
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for test.t1, old maximum was");
|
||||
call mtr.add_suppression("InnoDB: Failed to find tablespace for table `mysql`\\.`transaction_registry` in the cache\\. Attempting to load the tablespace with space id");
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for mysql.transaction_registry, old maximum was");
|
||||
call mtr.add_suppression("InnoDB: Trying to read 4096 bytes");
|
||||
call mtr.add_suppression("InnoDB: File './test/t1.ibd' is corrupted");
|
||||
--enable_query_log
|
||||
|
||||
CREATE TABLE t1(
|
||||
@@ -106,7 +108,7 @@ truncate(FILE, $ps * $pages);
|
||||
close(FILE) || die "Unable to close $file";
|
||||
EOF
|
||||
|
||||
--let $restart_parameters=
|
||||
--let $restart_parameters=--innodb-force_recovery=0
|
||||
--source include/start_mysqld.inc
|
||||
SET GLOBAL innodb_fast_shutdown=0;
|
||||
--source include/restart_mysqld.inc
|
||||
|
Reference in New Issue
Block a user