diff options
author | Monty <monty@mariadb.org> | 2016-04-25 15:37:24 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-04-25 15:37:24 +0300 |
commit | f6cc7f1bdc56e57cf441f99f2c88ca92aeeebc11 (patch) | |
tree | 56663353897e6146894fa064bd00c318f803f7cf /mysql-test/valgrind.supp | |
parent | ce38adddfa91949b30956abd0e4cab201effcdef (diff) | |
download | mariadb-git-f6cc7f1bdc56e57cf441f99f2c88ca92aeeebc11.tar.gz |
Fixed failing test cases and compiler warnings
- Fixed wait condition in kill_processlist-6619
- Updated Ssl_chiper for openssl tests
- Added supression for valgrinds when using libcrypto
- Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug
- Adding missing debug_sync_update() to debug_sync.h
- Added initializers to some variables and fixed error handling in jsonudf.cpp
- Fixed cluster_filter_unpack_varchar which doesn't have a stable index type.
- Updated compiler_warnings.supp
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index e8eb47eb1cb..d83bb1d206c 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1158,6 +1158,13 @@ fun:SSL_library_init } +{ + libcrypto 2.2.1 leak + Memcheck:Leak + fun:malloc + ... + fun:ERR_get_state +} { Problem with udf and libresolve |