diff options
author | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-07-11 10:54:43 +0200 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-07-11 10:54:43 +0200 |
commit | e81ecc9c72d240a1b6d9d6619f4654d412da4090 (patch) | |
tree | 3126bf8cc7e1d24729cd82d473725a0b096411d1 /mysql-test/valgrind.supp | |
parent | 5b75891b7b2d2803d93115f244f00d91c12b79d6 (diff) | |
download | mariadb-git-e81ecc9c72d240a1b6d9d6619f4654d412da4090.tar.gz |
MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail.
Fix a bug discovered in Buildbot valgrind. The logic in checking for slave
init thread completion was reversed, so depending on thread scheduling server
startup could hang.
Also add another variant of SSL valgrind suppression, needed for different
library version.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 45499e5891f..f1bc19e27eb 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1138,6 +1138,17 @@ { + OpenSSL still reachable. + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + obj:*libssl* + fun:SSL_COMP_get_compression_methods + fun:SSL_library_init +} + + +{ Problem with udf and libresolve Memcheck:Cond obj:*/libresolv*.so |