mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
More test case fixes.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
|
||||||
SET GLOBAL innodb_file_per_table=1;
|
SET GLOBAL innodb_file_per_table=1;
|
||||||
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
||||||
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation.");
|
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation.");
|
||||||
|
@@ -3,6 +3,8 @@
|
|||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
|
|
||||||
|
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: .*");
|
||||||
|
|
||||||
let $MYSQLD_DATADIR=`select @@datadir`;
|
let $MYSQLD_DATADIR=`select @@datadir`;
|
||||||
SET GLOBAL innodb_file_per_table=1;
|
SET GLOBAL innodb_file_per_table=1;
|
||||||
CREATE TABLE t(a INT)ENGINE=InnoDB;
|
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_inserts = 1000
|
||||||
--let $num_ops = 30
|
--let $num_ops = 30
|
||||||
--source suite/innodb/include/innodb_simulate_comp_failures.inc
|
--source suite/innodb/include/innodb_simulate_comp_failures.inc
|
||||||
|
Reference in New Issue
Block a user