List:Commits« Previous MessageNext Message »
From:paul Date:April 10 2006 1:21am
Subject:svn commit - mysqldoc@docsrva: r1770 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-04-10 03:21:56 +0200 (Mon, 10 Apr 2006)
New Revision: 1770

Log:
 r9322@frost:  paul | 2006-04-09 20:18:55 -0500
 Fix merge.


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9321
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9322
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-10 01:21:18 UTC (rev 1769)
+++ trunk/refman-common/news-5.1.xml	2006-04-10 01:21:56 UTC (rev 1770)
@@ -204,11 +204,11 @@
       <listitem>
         <para>
           <literal>EXTRACT(QUARTER FROM
-            <replaceable>date</replaceable>)</literal> returned
-          unexpected results. (Bug #18100)
+          <replaceable>date</replaceable>)</literal> returned unexpected
+          results. (Bug #18100)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>TRUNCATE</literal> did not reset the
@@ -216,22 +216,22 @@
           <literal>MyISAM</literal> tables when issued inside a stored
           procedure. (Bug #14945)
         </para>
-        
+
         <para>
           <emphasis role="bold">Note</emphasis>: This bug did not affect
           <literal>InnoDB</literal> tables. Also,
           <literal>TRUNCATE</literal> does not reset the
           <literal>AUTO_INCREMENT</literal> counter for
           <literal>NDBCluster</literal> tables regardless of when it is
-          called (see Bug #18864). 
+          called (see Bug #18864).
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           The server was always built as though
           <option>--with-extra-charsets=complex</option> had been
-          specified. (Bug #12076) 
+          specified. (Bug #12076)
         </para>
       </listitem>
 
@@ -805,6 +805,23 @@
 
       <listitem>
         <para>
+          The server would crash when <literal>SHOW STATUS</literal> was
+          called on a server linked with <literal>yaSSL</literal>. (Bug
+          #18310)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>SELECT ... WHERE <replaceable>column</replaceable>
+          LIKE 'A%'</literal> when <replaceable>column</replaceable> had
+          a key and used the <literal>latin2_czech_cs</literal>
+          collation. (Bug #17374)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Using <literal>ALTER TABLE</literal> to increase the length of
           a <literal>BINARY(<replaceable>M</replaceable>)</literal>
           column caused column values to be padded with spaces rather

Thread
svn commit - mysqldoc@docsrva: r1770 - in trunk: . refman-commonpaul10 Apr