1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-7252: Test failure on innodb.innodb_bug12400341 at Windows

Problem is that there could be undo slots from previous runs.
This commit is contained in:
Jan Lindström
2014-12-03 13:38:39 +02:00
parent e544bcd16d
commit df20184c03

View File

@ -10,6 +10,8 @@ if (`select count(*)=0 from information_schema.global_variables where variable_n
# Don't test under valgrind, undo slots of the previous test might exist still
# and cause unstable result.
--source include/not_valgrind.inc
# undo slots of the previous test might exist still
--source include/not_windows.inc
call mtr.add_suppression("InnoDB: Warning: cannot find a free slot for an undo log. Do you have too");