diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 69e4ee933b8..1a08abcf953 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -173,3 +173,17 @@ fun:my_thread_init fun:kill_server_thread } + +# +# Warning when printing stack trace (to suppress some not needed warnings) +# + +{ + vprintf on stacktrace + Memcheck:Cond + fun:vfprintf + fun:uffered_vfprintf + fun:vfprintf + fun:fprintf + fun:print_stacktrace +} |