diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-06 16:27:44 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-06 16:27:44 +0100 |
commit | 3403f06d2681f2d283b91480687252acf3fdb030 (patch) | |
tree | 3e86ba904cf38ea7c62e6c1f9e51b50da5c9536a | |
parent | 37b8691cec8410df4505c03246c0c36915d51b66 (diff) | |
download | mariadb-git-3403f06d2681f2d283b91480687252acf3fdb030.tar.gz |
another TLS valgrind suppression
-rw-r--r-- | mysql-test/valgrind.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 754991e9014..bf865a53998 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1209,3 +1209,12 @@ ... obj:*/libodbc.so* } + +{ + XtraDB uses gcc __thread variables + Memcheck:Leak + fun:memalign + fun:* + fun:__tls_get_addr +} + |