summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-0/+13
|\
| * Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-0/+13
| |\
| | * Added valgrind suppression for OpenSuse 42.2Michael Widenius2018-06-271-0/+13
| | |
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+1
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-1/+10
| | |\
| | | * Bug#25608828: I_MAIN.VARIABLES-BUG21503595 FAILSArun Kuruvila2017-02-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SPORADICALLY ON PB2-5.5 FOR LINUX-VALGRIND Description: Sporadic failure of variables-bug21503595 test on pb2-5.5 for linux-valgrind platform. Fix: This is a issue related to libc and not related to MySQL code. During dlclose few blocks of memory left unfreed. This is a known issue in libc and needs to be suppressed. Fix: Added a valgrind suppression.
| * | | Remove leftover merge conflict markerVicențiu Ciorbaru2017-03-091-1/+0
| | | |
* | | | Remove leftover merge conflict markerVicențiu Ciorbaru2017-03-091-1/+0
| | | |
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, implement MDEV-11027 a little differently from 5.5 and 10.0: recv_apply_hashed_log_recs(): Change the return type back to void (DB_SUCCESS was always returned). Report progress also via systemd using sd_notifyf().
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+11
| |\ \ \ | | |/ /
| | * | MDEV-11718 5.5 rpl and federated tests massively fail in buildbot with valgrindSachin Setiya2017-02-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem:- When MariaDB is compiled with jemalloc support, And we run mtr valgrind test, valgrind interferes with libjemalloc and returns false errors. Solution:- Run valgrind with --soname-synonyms=somalloc=libjemalloc* or --soname-synonyms=somalloc=NONE depending on whether we are dynamically linking or statically linking. Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-0/+9
|\ \ \ \ | |/ / /
| * | | MDEV-12106 Valgrind tests fail all over in buildbot on 10.0Elena Stepanova2017-02-231-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (with blocks are still reachable). There was a similar suppression already, but it had an extra line comparing to failures which we are getting, so it wasn't applied. Added another variant of the suppression.
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-121-0/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Extra merge commit due to intermediate commits pushed to 10.0 while merge was done.
| | * \ \ Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+8
| | |\ \ \ | | | |/ /
| | | * | MDEV-11727 Sequences of tests fail with valgrind warnings in buildbotElena Stepanova2017-01-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | The warning is "blocks are still reachable in loss record", happens in malloc / _dl_close_worker. Suppression added
* | | | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+13
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11317: `! is_set()' or `!is_set() || (m_status == DA_OK_BULK && ↵Monty2017-01-081-1/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is_bulk_op())' fails in Diagnostics_area::set_ok_status on CREATE OR REPLACE with ARCHIVE table Problem was with deleting non existing .frm file for a storage engine that doesn't have .frm files (yet) Fixed by not giving an error for non existing .frm files for storage engines that are using discovery Fixed also valgrind supression related to the given test case
* | | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-0/+119
|\ \ \ \
| * \ \ \ Merge tag 'mariadb-10.0.28' into 10.0-galeraNirbhay Choubey2016-10-281-1/+120
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11061 Valgrind builder produces endless warningsElena Stepanova2016-10-161-10/+107
| | | | | | | | | | | | | | | | | | | | OpenSSL problems, part II
| | * | | MDEV-11061 Valgrind builder produces endless warnings after switching to OpenSSElena Stepanova2016-10-141-0/+22
| | | | |
* | | | | Fix typo in valgrind.suppNirbhay Choubey2016-09-201-1/+1
| | | | |
* | | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-110/+0
|\ \ \ \ \ | |/ / / /
| * | | | MW-175 Fix definitively lost memory in wsrep_get_paramsDaniele Sciascia2016-08-211-110/+0
| | | | |
| * | | | Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-241-79/+17
| |\ \ \ \ | | |/ / /
| * | | | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-291-0/+7
| |\ \ \ \
* | | | | | valgrind.supp: fix a typoSergei Golubchik2016-06-291-0/+1
| | | | | |
* | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-90/+17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-79/+18
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings -Sergey Vojtovich2016-06-131-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes are possibly lost Restored suppressions removed by MDEV-9994: they're needed for detached threads.
| | * | | MDEV-9994 - Aria service threads are not "joined"Sergey Vojtovich2016-06-101-70/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aria service threads are created "joinable", but they're not "joined" on completion. This causes memory leaks around thread local storage. Fixed by joining service thread. Simplified relevant code and cleaned up relevant valgrind suppressions.
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Fixed failing test cases and compiler warningsMonty2016-04-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-22/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-5/+5
| |\ \ \ \ | | |/ / /
| * | | | refs codership/galera#308Daniele Sciascia2016-02-221-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moves call wsrep_free_status() to THD::cleanup_after_query(). Wsrep status variables were previously freed only on SHOW STATUS. - Removes valgrind suppression from mysql-test/valgrind.
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-5/+5
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | reverted about half of commits as either not applicable or outright wrong
| | | * | Bug #22214867: MYSQL 5.5: MAIN.SUBSELECT AND OTHERS FAILSreeharsha Ramanavarapu2015-11-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WITH NEW VALGRIND Issue: ------ Function signature in valgrind.supp requires a change with valgrind 3.11. Static function is replaced with wild card.
| | | * | Bug#13633383 63183: SMALL SORT_BUFFER_SIZE CRASH IN MERGE_BUFFERSTor Didriksen2012-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This patch is a backport of some of the cleanups/refactorings that were done as part of WL#1393 Optimizing filesort with small limit.
| | | * | Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEXTor Didriksen2011-09-051-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Post-push fix: Replace fun:inline_mysql_file_write with '...' since it may be optimized away.
| | | * | Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEXTor Didriksen2011-08-311-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Post-push fix: Enable filesort pattern two, perfschema.selects failed.
| | | * | merge 5.1 => 5.5Tor Didriksen2011-08-301-2/+5
| | | |\ \
| | | | * | Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEXTor Didriksen2011-08-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-push fix: The functions write_keys() and find_all_keys() may have a slightly different function signature, depending on compiler/platform/flags.
| | | * | | Bug#12856915 adapt valgrind suppressions to 5.5Tor Didriksen2011-08-291-12/+14
| | | | | |
| | | * | | merge 5.1 => 5.5Tor Didriksen2011-08-291-0/+34
| | | |\ \ \ | | | | |/ /