List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 7 2008 5:28pm
Subject:svn commit - mysqldoc@docsrva: r9507 - trunk/dynamic-docs/changelog
View as plain text  
Author: mcbrown
Date: 2008-01-07 17:28:17 +0100 (Mon, 07 Jan 2008)
New Revision: 9507

Log:
Fixing a few typos in tags
Fixing the bug number (31556 should be 31156)
Fixing the description for Bug #31156 



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


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2008-01-07 16:23:59 UTC (rev 9506)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2008-01-07 16:28:17 UTC (rev 9507)
Changed blocks: 4, Lines Added: 7, Lines Deleted: 6; 1274 bytes

@@ -10778,7 +10778,7 @@
   <logentry entrytype="bug">
 
     <tags>
-      <manual type=""/>
+      <manual type="Instance Manager"/>
     </tags>
 
     <bugs>

@@ -138103,7 +138103,7 @@
     </tags>
 
     <bugs>
-      <fixes bugid="31556"/>
+      <fixes bugid="31156"/>
     </bugs>
 
     <versions>

@@ -138116,8 +138116,9 @@
 
       <para>
         An assertion designed to detect a bug in the
-        <literal>ROLLUP</literal> implementation incorrectly failed when
-        used in subquery context with non-cacheable statements.
+        <literal>ROLLUP</literal> implementation would incorrectly be
+        triggered when used in a subquery context with non-cacheable
+        statements.
       </para>
 
     </message>

@@ -138835,8 +138836,8 @@
   <logentry entrytype="bug">
 
     <tags>
-      <manual type="DROP TEMPOARY TABLE"/>
-      <manual type="CREATE TEMPOARY TABLE"/>
+      <manual type="DROP TEMPORARY TABLE"/>
+      <manual type="CREATE TEMPORARY TABLE"/>
       <manual type="stored functions"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r9507 - trunk/dynamic-docs/changelogmcbrown7 Jan