Author: bm136801
Date: 2011-05-11 15:09:49 +0200 (Wed, 11 May 2011)
New Revision: 26179
Log:
Added para about valgrind reports
Modified:
trunk/mysqltest-2.0/programs.xml
Modified: trunk/mysqltest-2.0/programs.xml
===================================================================
--- trunk/mysqltest-2.0/programs.xml 2011-05-11 13:06:25 UTC (rev 26178)
+++ trunk/mysqltest-2.0/programs.xml 2011-05-11 13:09:49 UTC (rev 26179)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 1030 bytes
@@ -4247,6 +4247,17 @@
require that the executables have been build with
<command>valgrind</command> support.
</para>
+
+ <para>
+ When the server is run with valgrind, an extra pass over the
+ server log file(s) will be performed after all tests are
+ run, and any report with problems that have been reported at
+ server shutdown will be extracted and printed. The most
+ common warnings are memory leaks. With each report will also
+ be listed all tests that were run since previous server
+ restart; one of these is likely to have caused the problem.
+ This reporting was added in MySQL 5.1.45.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26179 - trunk/mysqltest-2.0 | bjorn.munch | 11 May |