1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-6701: InnoDB tests fail in 10.1

Fixed test failures seen on defragment tests, innodb.innodb-wl5522-debug-zip
and innodb.innodb_bug12902967.
This commit is contained in:
Jan Lindström
2014-09-08 09:34:03 +03:00
parent e44751b65f
commit d3ceb934f1
14 changed files with 335 additions and 151 deletions

View File

@ -1,4 +1,7 @@
--source include/have_innodb.inc
--source include/big_test.inc
--source include/not_valgrind.inc
--source include/not_embedded.inc
--disable_warnings
DROP TABLE if exists t1;