List:Commits« Previous MessageNext Message »
From:paul.dubois Date:December 16 2008 6:36pm
Subject:svn commit - mysqldoc@docsrva: r12962 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-12-16 19:36:05 +0100 (Tue, 16 Dec 2008)
New Revision: 12962

Log:
 r36877@frost:  paul | 2008-12-16 12:31:23 -0500
 Document bugfix:
 Bug#38023: valgrind warns inside SELECT code
 
 Add valgrind tags to changelog entries


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/dynamic-docs/changelog/mysqld.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:40875
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:36876
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:35335
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:40875
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:36877
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:35335


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-12-16 18:35:57 UTC (rev 12961)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-12-16 18:36:05 UTC (rev 12962)
Changed blocks: 3, Lines Added: 29, Lines Deleted: 0; 1078 bytes

@@ -26425,6 +26425,7 @@
 
     <tags>
       <manual type="debugging"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -34609,6 +34610,7 @@
 
     <tags>
       <manual type="MySQL Backup"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -37384,4 +37386,31 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="debugging"/>
+      <manual type="valgrind"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38023"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.9"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Setting the <literal role="sysvar">debug</literal> system
+        variable and executing a <literal role="stmt">SELECT</literal>
+        statement resulted in a Valgrind warning.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2008-12-16 18:35:57 UTC (rev 12961)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2008-12-16 18:36:05 UTC (rev 12962)
Changed blocks: 7, Lines Added: 13, Lines Deleted: 1; 1355 bytes

@@ -15176,6 +15176,7 @@
 
     <tags>
       <manual type="events"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -34571,6 +34572,7 @@
     <tags>
       <highlight type="replication"/>
       <manual type="mysqld"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -38568,6 +38570,10 @@
 
   <logentry entrytype="bug">
 
+    <tags>
+      <manual type="valgrind"/>
+    </tags>
+
     <bugs>
       <fixes bugid="25396"/>
     </bugs>

@@ -58803,6 +58809,8 @@
 
     <tags>
       <manual type="SSL"/>
+      <manual type="yaSSL"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -114187,6 +114195,7 @@
     <tags>
       <highlight type="cluster"/>
       <manual type="ndb_mgmd"/>
+      <manual type="valgrind"/>
     </tags>
 
     <bugs>

@@ -125596,6 +125605,10 @@
 
   <logentry entrytype="bug">
 
+    <tags>
+      <manual type="valgrind"/>
+    </tags>
+
     <bugs>
       <fixes bugid="24488"/>
       <fixes bugid="24533"/>

@@ -125609,7 +125622,6 @@
 
       <para>
         Some unnecessary Valgrind warnings were removed from the server.
-        .
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r12962 - in trunk: . dynamic-docs/changelogpaul.dubois16 Dec