summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-12-03 20:29:15 +0200
committerMichael Widenius <monty@askmonty.org>2011-12-03 20:29:15 +0200
commit2e34f1828ec6b1bf897eaa23dec8fce544047278 (patch)
tree18cbb0becbc43f1c83c54ad8bf7f1eadb1bdaf26 /mysql-test/valgrind.supp
parent926dc1e65cffe9b13e83f6138be4620f0d551081 (diff)
downloadmariadb-git-2e34f1828ec6b1bf897eaa23dec8fce544047278.tar.gz
Added suppressions
Fixed feedback_plugin_send to not generate a random number of lines. mysql-test/t/feedback_plugin_send.test: Don't print more than 4 lines (sometimes there are 6 feedback lines in the log...) mysql-test/valgrind.supp: Added suppression for failure on work support-files/compiler_warnings.supp: Suppress warning from xtradb
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index f48fe1b9967..ff649db144a 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -1118,3 +1118,13 @@
fun:fil_delete_tablespace
fun:row_drop_table_for_mysql
}
+
+{
+ Problem with udf and libresolve
+ Memcheck:Cond
+ obj:*/libresolv*.so
+ fun:__libc_res_nquery
+ fun:_nss_dns_gethostbyaddr2_r
+ fun:_nss_dns_gethostbyaddr_r
+ fun:gethostbyaddr_r
+}