summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-02-23 02:06:58 +0200
committerMichael Widenius <monty@askmonty.org>2011-02-23 02:06:58 +0200
commit39616eb9ef974c69e73bcb80cd7e3c40228910fd (patch)
tree092aec15bb2404ab11a594dae191d07a4bae2298 /mysql-test/valgrind.supp
parentab6d450639ce8b031929080be579148264989aa5 (diff)
downloadmariadb-git-39616eb9ef974c69e73bcb80cd7e3c40228910fd.tar.gz
Fixed compiler warnings and some test failures found by buildbot
dbug/dbug.c: Fixed compiler warnings on windows mysql-test/r/index_intersect_innodb.result: Don't print number of rows as this varies mysql-test/suite/funcs_1/r/processlist_val_no_prot.result: Update to use new State mysql-test/suite/handler/heap.result: Update results mysql-test/suite/handler/heap.test: Changed key used in test as the key 'b' will not guarantee order of the two last elements (as the key value is the same) mysql-test/suite/pbxt/r/lock_multi.result: Update to use new State mysql-test/t/index_intersect.test: Don't print number of rows as this varies mysql-test/valgrind.supp: Added suppression for linux mysys/hash.c: Fixed compiler warnings on windows plugin/handler_socket/handlersocket/database.cpp: Fixed compiler warnings sql-common/client_plugin.c: Changed variable to define to avoid compiler warnings when variable is not used sql-common/my_time.c: Initialize all my_time elements to avoid compiler warnings storage/oqgraph/ha_oqgraph.cc: Use right function (to avoid compiler warning) storage/pbxt/src/table_xt.cc: Initialize variables (to avoid compiler warnings)
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp15
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 1919b79461d..05be9a489a1 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -546,6 +546,21 @@
fun:_dl_signal_error
}
+{
+ dlsym memory loss from plugin version 2
+ Memcheck:Leak
+ fun:malloc
+ obj:/lib*/ld-*.so
+ obj:/lib*/ld-*.so
+ obj:/lib*/ld-*.so
+ obj:/lib*/libc-*.so)
+ obj:/lib*/libdl-*.so)
+ obj:/lib*/ld-*.so)
+ obj:/lib*/libdl-*.so)
+ fun:dlsym
+ fun:plugin_dl_add
+}
+
#
# Reading wrong addresses on SuSe Linux 10.3 32 bit
#