List:Commits« Previous MessageNext Message »
From:vasil.dimov Date:April 27 2010 2:02pm
Subject:bzr commit into mysql-5.1-innodb branch (vasil.dimov:3421)
View as plain text  
#At file:///usr/local/devel/bzrroot/server/mysql-5.1-innodb/ based on revid:vasil.dimov@stripped

 3421 Vasil Dimov	2010-04-27
      Do not define UNIV_DEBUG_VALGRIND when HAVE_purify because
      this results in some valgrind errors.
      
      Bug#53202 valgrind: uninitialized bytes in dtuple_print()
      has been opened to track this.

    modified:
      storage/innobase/include/univ.i
=== modified file 'storage/innobase/include/univ.i'
--- a/storage/innobase/include/univ.i	2010-04-19 10:36:03 +0000
+++ b/storage/innobase/include/univ.i	2010-04-27 14:01:44 +0000
@@ -82,9 +82,15 @@ memory is read outside the allocated blo
 
 /* Make a non-inline debug version */
 
+#if 0
+/* Please enable this when
+Bug#53202 valgrind: uninitialized bytes in dtuple_print()
+if fixed */
 #ifdef HAVE_purify
 # define UNIV_DEBUG_VALGRIND
 #endif /* HAVE_purify */
+#endif
+
 #if 0
 #define UNIV_DEBUG_VALGRIND			/* Enable extra
 						Valgrind instrumentation */


Attachment: [text/bzr-bundle] bzr/vasil.dimov@oracle.com-20100427140144-kz1xv35bwppoze50.bundle
Thread
bzr commit into mysql-5.1-innodb branch (vasil.dimov:3421) vasil.dimov27 Apr