List:Commits« Previous MessageNext Message »
From:paul Date:July 10 2008 8:33pm
Subject:svn commit - mysqldoc@docsrva: r11189 - in trunk: . dynamic-docs/changelog refman-5.1
View as plain text  
Author: paul
Date: 2008-07-10 22:33:07 +0200 (Thu, 10 Jul 2008)
New Revision: 11189

Log:
 r32106@arctic:  paul | 2008-07-10 15:30:55 -0500
 Document bugfixes:
 Bug#31881: A statement is not aborted immediately if an error inside a stored routine
 Bug#32140: wrong error code caught when an SF() call is interrupted with KILL query
 Bug#36244: MySQL CLI doesn't recognize standalone -- as comment
 Bug#36265: Views not backed up if they are dependent on tables from different Database
 
 Begin 5.1.27 changelog section


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/dynamic-docs/changelog/mysqld-versions.xml
   trunk/refman-5.1/news-5.1-core.xml

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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-10 20:32:55 UTC (rev 11188)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-10 20:33:07 UTC (rev 11189)
Changed blocks: 1, Lines Added: 104, Lines Deleted: 0; 2100 bytes

@@ -21481,4 +21481,108 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="errors"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="32140"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Killing a statement that invoked a stored function could return
+        an incorrect error message indicating table corruption rather
+        than that the statement had been interrupted.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="errors"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31881"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Occurrence of an error within a stored routine did not always
+        cause immediate statement termination.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="BACKUP DATABASE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36265"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>BACKUP DATABASE</literal> failed to back up views that
+        depend on tables in a different database.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="mysql"/>
+      <manual type="syntax"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36244"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.66"/>
+      <version ver="5.1.27"/>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <command>mysql</command> client failed to recognize comment
+        lines consisting of <literal>--</literal> followed by a newline.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml	2008-07-10 20:32:55 UTC (rev 11188)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml	2008-07-10 20:33:07 UTC (rev 11189)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 759 bytes

@@ -26,6 +26,8 @@
   <versionentry ver="5.2.3" reldate="15 February 2007"/>
   <versionentry ver="5.2.2" reldate="Not released"/>
   <versionentry ver="5.2.1" reldate="Not released"/>
+  <versionentry ver="5.1.28" reldate="Not released"/>
+  <versionentry ver="5.1.27" reldate="Not released"/>
   <versionentry ver="5.1.26" reldate="30 June 2008"/>
   <versionentry ver="5.1.25" reldate="28 May 2008"/>
   <versionentry ver="5.1.24-maria" reldate="Not yet released">


Modified: trunk/refman-5.1/news-5.1-core.xml
===================================================================
--- trunk/refman-5.1/news-5.1-core.xml	2008-07-10 20:32:55 UTC (rev 11188)
+++ trunk/refman-5.1/news-5.1-core.xml	2008-07-10 20:33:07 UTC (rev 11189)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 647 bytes

@@ -42,6 +42,14 @@
     <filename>refman-common</filename> directory.
   </remark>
 
+  <section id="news-5-1-27">
+
+    <title condition="dynamic:changelog:vertitle" role="5.1.27:mysqld:all"/>
+
+    <para condition="dynamic:changelog:entrylist" role="5.1.27:mysqld:all"/>
+
+  </section>
+
   <section id="news-5-1-26">
 
     <title condition="dynamic:changelog:vertitle" role="5.1.26:mysqld:all"/>


Thread
svn commit - mysqldoc@docsrva: r11189 - in trunk: . dynamic-docs/changelog refman-5.1paul10 Jul