diff options
author | stewart@mysql.com <> | 2006-06-16 18:54:20 +1000 |
---|---|---|
committer | stewart@mysql.com <> | 2006-06-16 18:54:20 +1000 |
commit | 45d7e75cb75e7de9adb18190a4ab944530b1e3e9 (patch) | |
tree | 3fa3173b664e6183d16f050c2da2d0838a1a2c2b /mysql-test/valgrind.supp | |
parent | 49790e0d737b39edf0abd74d10443d7ae22b2c8d (diff) | |
parent | 061bdf919f64418b1723cfedead015e9420d191a (diff) | |
download | mariadb-git-45d7e75cb75e7de9adb18190a4ab944530b1e3e9.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main
into mysql.com:/home/stewart/Documents/MySQL/5.1/main
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 9061a71364d..dc0f6bf1977 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -408,6 +408,19 @@ } # +# BUG#19940: NDB sends uninitialized parts of field buffers across the wire. +# This is "works as designed"; the uninitialized part is not used at the +# other end (but Valgrind cannot see this). +# +{ + bug19940 + Memcheck:Param + socketcall.sendto(msg) + fun:send + fun:_ZN15TCP_Transporter6doSendEv + fun:_ZN19TransporterRegistry11performSendEv + fun:_ZN19TransporterRegistry14forceSendCheckEi +} # Warning when printing stack trace (to suppress some not needed warnings) # |