diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-07-30 17:09:24 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-07-30 17:09:24 +0300 |
commit | ae02cad707494b5c4b3a9bb033fb8515efa50134 (patch) | |
tree | 01df538f7f77bc2205812a50ede92a5ebbacb347 | |
parent | de5029a4586176b9fed06ab96fb3a6e0bbcd8c54 (diff) | |
download | mariadb-git-ae02cad707494b5c4b3a9bb033fb8515efa50134.tar.gz |
Disable the tests failing under valgrind because of bug #55503
-rw-r--r-- | mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test | 2 | ||||
-rw-r--r-- | mysql-test/suite/innodb_plugin/t/innodb-autoinc.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test b/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test index 99cdac72e2e..5e4cf9dcb4c 100644 --- a/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test +++ b/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test @@ -1,6 +1,8 @@ -- source include/have_innodb_plugin.inc # embedded server ignores 'delayed', so skip this -- source include/not_embedded.inc +# remove the next line after bug #55503 is fixed +-- source include/not_valgrind.inc let $innodb_file_format_check_orig=`select @@innodb_file_format_check`; diff --git a/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test b/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test index 5a83ffe3617..49394a019d0 100644 --- a/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test +++ b/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test @@ -1,6 +1,8 @@ -- source include/have_innodb_plugin.inc # embedded server ignores 'delayed', so skip this -- source include/not_embedded.inc +# remove the next line after bug #55503 is fixed +-- source include/not_valgrind.inc let $innodb_file_format_check_orig=`select @@innodb_file_format_check`; |