diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-07 16:45:37 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-07 16:45:37 +0200 |
commit | b7cc4aa0e635e529a6442ea5b382a11dba236f05 (patch) | |
tree | 5fad7ea0036134d9d1b0b4e37a900b87b7cc63c1 /mysql-test/valgrind.supp | |
parent | 098a2ee85da66fe6ea7b8d49821b1a5798f8b85e (diff) | |
download | mariadb-git-b7cc4aa0e635e529a6442ea5b382a11dba236f05.tar.gz |
Backport the fix for Bug#59875 Valgrind warning in buf0buddy.c from 5.5
This warning also happens in 5.1 with a slightly different codepath.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 6078006abd7..1983a8e6137 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -778,3 +778,16 @@ fun:row_ins_step fun:row_insert_for_mysql } + +{ + Bug 59875 Valgrind warning in buf0buddy.c + Memcheck:Addr1 + fun:mach_read_from_4 + fun:buf_buddy_relocate + fun:buf_buddy_free_low + fun:buf_buddy_free + fun:buf_LRU_block_remove_hashed_page + fun:buf_LRU_invalidate_tablespace + fun:fil_delete_tablespace + fun:row_drop_table_for_mysql +} |