Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.1828 05/03/19 18:39:26 konstantin@stripped +1 -0
Clean up the warning inside sanity():decimal.c in valgrind-max builds.
sql/my_decimal.h
1.5 05/03/19 18:39:20 konstantin@stripped +1 -1
HAVE_purify is defined in valgrind-max build as well: one possible
solution is to disable the sanity check in decimal.c in the valgrind-max
build, but it's better to have more checks than less, for
valgrind-max builds are not always used in conjunction with valgrind.
# 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: konstantin
# Host: dragonfly.local
# Root: /media/sda1/mysql/mysql-5.0-8880
--- 1.4/sql/my_decimal.h 2005-02-24 07:36:50 +03:00
+++ 1.5/sql/my_decimal.h 2005-03-19 18:39:20 +03:00
@@ -85,7 +85,7 @@
{
len= DECIMAL_BUFF_LENGTH;
buf= buffer;
-#if !defined(HAVE_purify) && !defined(DBUG_OFF)
+#if !defined(DBUG_OFF)
/* Set buffer to 'random' value to find wrong buffer usage */
for (uint i= 0; i < DECIMAL_BUFF_LENGTH; i++)
buffer[i]= i;
| Thread |
|---|
| • bk commit into 5.0 tree (konstantin:1.1828) | konstantin | 19 Mar |