diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-12-03 13:38:39 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-12-03 13:38:39 +0200 |
commit | df20184c0385f6fe818689d8b3136a55f17e016c (patch) | |
tree | c02ba84fac86de3539589e855665ff9ca79449ec /mysql-test | |
parent | e544bcd16df5d8126abdac4cf0a26137787f1249 (diff) | |
download | mariadb-git-df20184c0385f6fe818689d8b3136a55f17e016c.tar.gz |
MDEV-7252: Test failure on innodb.innodb_bug12400341 at Windows
Problem is that there could be undo slots from previous runs.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_bug12400341.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_bug12400341.test b/mysql-test/suite/innodb/t/innodb_bug12400341.test index ab69e20c495..68daad46145 100644 --- a/mysql-test/suite/innodb/t/innodb_bug12400341.test +++ b/mysql-test/suite/innodb/t/innodb_bug12400341.test @@ -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"); |