mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
More test case fixes.
This commit is contained in:
parent
d3708f789d
commit
d8cbad069a
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
|
||||
SET GLOBAL innodb_file_per_table=1;
|
||||
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
||||
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation.");
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
|
||||
|
||||
let $MYSQLD_DATADIR=`select @@datadir`;
|
||||
SET GLOBAL innodb_file_per_table=1;
|
||||
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
--source include/have_debug.inc
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
--let $num_inserts = 1000
|
||||
--let $num_ops = 30
|
||||
--source suite/innodb/include/innodb_simulate_comp_failures.inc
|
||||
|
|
Loading…
Reference in a new issue