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.2197 06/06/21 12:52:59 knielsen@stripped +1 -0
BUG#20578
Backport Valgrind suppression from mysql-5.1:
D 1.4 05/11/23 22:44:54+02:00 monty@stripped 5 4 12/0/154
P mysql-test/valgrind.supp
C Remove warning that may happens becasue threads dies in different order
mysql-test/valgrind.supp
1.6 06/06/21 12:52:50 knielsen@stripped +12 -0
Add suppression for Valgrind warning.
# 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.5/mysql-test/valgrind.supp 2006-06-15 22:02:16 +02:00
+++ 1.6/mysql-test/valgrind.supp 2006-06-21 12:52:50 +02:00
@@ -134,6 +134,18 @@
}
#
+# Warning from my_thread_init becasue mysqld dies before kill thread exists
+#
+
+{
+ my_thread_init kill thread memory loss second
+ Memcheck:Leak
+ fun:calloc
+ fun:my_thread_init
+ fun:kill_server_thread
+}
+
+#
# Leaks reported in _dl_* internal functions on Linux amd64 / glibc2.3.2.
#
| Thread |
|---|
| • bk commit into 5.0 tree (knielsen:1.2197) BUG#20578 | knielsen | 21 Jun |