Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2180 06/06/15 22:02:26 knielsen@stripped +1 -0
BUG#19940: Add Valgrind suppression for false alarm report.
mysql-test/valgrind.supp
1.5 06/06/15 22:02:16 knielsen@stripped +15 -0
BUG#19940: Add Valgrind suppression for false alarm report.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/mysql-5.0
--- 1.4/mysql-test/valgrind.supp 2006-05-15 15:06:42 +02:00
+++ 1.5/mysql-test/valgrind.supp 2006-06-15 22:02:16 +02:00
@@ -292,3 +292,18 @@
futex(utime)
fun:__lll_mutex_unlock_wake
}
+
+#
+# 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
+}
| Thread |
|---|
| • bk commit into 5.0 tree (knielsen:1.2180) BUG#19940 | knielsen | 15 Jun |