diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-08-06 11:35:17 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-08-06 11:35:17 +0200 |
commit | 59a63f059701f95b150ecd91620e8b2cbdd3dd2c (patch) | |
tree | 138f51b75faf8b02532f15826726daa466a85b6f /mysql-test | |
parent | 3d0819e2b1a9bb84480d9902e967e668fdec9ba2 (diff) | |
download | mariadb-git-59a63f059701f95b150ecd91620e8b2cbdd3dd2c.tar.gz |
Bug #55503 MTR fails to filter LEAK SUMMARY from valgrind report of restarted servers
Undo workaround as fix is being merged in
Diffstat (limited to 'mysql-test')
-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, 0 insertions, 4 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 5e4cf9dcb4c..99cdac72e2e 100644 --- a/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test +++ b/mysql-test/suite/innodb_plugin/t/innodb-autoinc-44030.test @@ -1,8 +1,6 @@ -- 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 49394a019d0..5a83ffe3617 100644 --- a/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test +++ b/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test @@ -1,8 +1,6 @@ -- 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`; |