mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 12:27:33 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
d738722eee
9 changed files with 167 additions and 31 deletions
|
|
@ -1,3 +1,6 @@
|
|||
call mtr.add_suppression("mysqld got signal 11");
|
||||
call mtr.add_suppression("Attempting backtrace");
|
||||
FLUSH TABLES;
|
||||
CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
|
||||
BEGIN;
|
||||
INSERT INTO t1 VALUES (42);
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ call mtr.add_suppression("InnoDB: Only one log file found");
|
|||
call mtr.add_suppression("InnoDB: Log file .*ib_logfile[01].* size");
|
||||
call mtr.add_suppression("InnoDB: Unable to open .*ib_logfile0. to check native AIO read support");
|
||||
# InnoDB shutdown after refused startup is not clean in 10.0 or 10.1!
|
||||
--source include/not_valgrind.inc
|
||||
call mtr.add_suppression("mysqld got signal 11");
|
||||
call mtr.add_suppression("Attempting backtrace");
|
||||
FLUSH TABLES;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue