List:Commits« Previous MessageNext Message »
From:stefan Date:September 14 2007 6:52pm
Subject:svn commit - mysqldoc@docsrva: r7865 - trunk/refman-5.1
View as plain text  
Author: shinz
Date: 2007-09-14 18:52:23 +0200 (Fri, 14 Sep 2007)
New Revision: 7865

Log:
Fix typo (Jeffrey), remove Beta warning from 5.1.23

Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-09-14 16:47:17 UTC (rev 7864)
+++ trunk/refman-5.1/news-5.1.xml	2007-09-14 16:52:23 UTC (rev 7865)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 20; 1693 bytes

@@ -34,25 +34,6 @@
 
     <title>Changes in release 5.1.23 (Not yet released)</title>
 
-    <para role="release-level">
-      This is a new Beta development release, fixing recently discovered
-      bugs.
-    </para>
-
-    <note>
-      <para role="release-non-production">
-        This Beta release, as any other pre-production release, should
-        not be installed on <emphasis>production</emphasis> level
-        systems or systems with critical data. It is good practice to
-        back up your data before installing any new version of software.
-        Although MySQL has worked very hard to ensure a high level of
-        quality, protect your data by making a backup as you would for
-        any software beta release. Please refer to our bug database at
-        <ulink url="http://bugs.mysql.com/"/> for more details about the
-        individual bugs fixed in this version.
-      </para>
-    </note>
-
     <para>
       Functionality added or changed:
     </para>

@@ -317,7 +298,7 @@
           When sorting rows in an <literal>INNODB</literal> table using
           a primary key, where the sort was on the the primary key
           column and the <literal>DESC</literal> operator was applied,
-          the rows would be incorrectly sorted. if you included a simple
+          the rows would be incorrectly sorted if you included a simple
           <literal>WHERE field = value</literal> clause in the query.
           (Bug #31001)
         </para>


Thread
svn commit - mysqldoc@docsrva: r7865 - trunk/refman-5.1stefan14 Sep