List:Commits« Previous MessageNext Message »
From:paul Date:August 13 2007 1:40pm
Subject:svn commit - mysqldoc@docsrva: r7446 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2007-08-13 15:40:53 +0200 (Mon, 13 Aug 2007)
New Revision: 7446

Log:
 r28823@polar:  paul | 2007-08-13 08:37:38 -0500
 Remove part of changelog entry that does not apply in 5.1. (Bar)


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

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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-08-13 13:34:50 UTC (rev 7445)
+++ trunk/refman-5.1/news-5.1.xml	2007-08-13 13:40:53 UTC (rev 7446)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 13; 819 bytes

@@ -538,19 +538,6 @@
           expression attribute (see
           <xref linkend="charset-repertoire"/>). (Bug #28875)
         </para>
-
-        <para>
-          This patch results in an outstanding problem that remains to
-          be fixed, illustrated by the following example that results in
-          an <errortext>illegal mix of collations</errortext> error:
-        </para>
-
-<programlisting>
-CREATE TABLE t1 (a CHAR(1) CHARACTER SET latin1);
-INSERT INTO t1 VALUES ('a');
-SET NAMES ascii;
-SELECT * FROM t1 WHERE a='a';
-</programlisting>
       </listitem>
 
       <listitem>


Thread
svn commit - mysqldoc@docsrva: r7446 - in trunk: . refman-5.1paul13 Aug