List:Commits« Previous MessageNext Message »
From:paul Date:August 7 2007 6:49am
Subject:svn commit - mysqldoc@docsrva: r7355 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-08-07 06:49:01 +0200 (Tue, 07 Aug 2007)
New Revision: 7355

Log:
 r28365@polar:  paul | 2007-08-06 23:47:09 -0500
 Fix bad merge.


Modified:
   trunk/refman-4.1/news-4.1.xml
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml

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


Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml	2007-08-07 04:45:13 UTC (rev 7354)
+++ trunk/refman-4.1/news-4.1.xml	2007-08-07 04:49:01 UTC (rev 7355)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 15; 900 bytes

@@ -217,21 +217,6 @@
 
       <listitem>
         <para>
-          Format strings in error messages were insufficiently wide for
-          pathnames printed in those messages by the embedded server.
-          (Bug #16635)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          <command>mysql_setpermission</command> tried to grant
-          global-only privileges at the database level. (Bug #14618)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Format strings in English error messages were insufficiently
           wide for pathnames printed in those messages by the embedded
           server. (Bug #16635)


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-08-07 04:45:13 UTC (rev 7354)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-08-07 04:49:01 UTC (rev 7355)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 0; 872 bytes

@@ -93,6 +93,21 @@
 
       <listitem>
         <para>
+          On Windows, client libraries lacked symbols required for
+          linking. (Bug #30118)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Using the result from <literal>DATE_FORMAT()</literal> and an
+          ASCII value in <literal>CONCAT()</literal> could produce
+          incorrect results. (Bug #28875)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>FEDERATED</literal> tables had an artificially low
           maximum of key length. (Bug #26909)
         </para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-08-07 04:45:13 UTC (rev 7354)
+++ trunk/refman-5.1/news-5.1.xml	2007-08-07 04:49:01 UTC (rev 7355)
Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1522 bytes

@@ -297,6 +297,44 @@
 
       <listitem>
         <para>
+          On Windows, client libraries lacked symbols required for
+          linking. (Bug #30118)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          On Windows, the CMake build process did not produce the
+          embedded server library or related binaries. (Bug #29903)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>SESSION_USER()</literal> returned garbage data
+          (rather than the correct value of the empty string) when
+          executed by a slave SQL thread. (Bug #29878)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          For the <literal>SHOW TABLE TYPES</literal> statement, the
+          server sent incorrect output to clients, possibly causing them
+          to crash. (Bug #30036)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Using the result from <literal>DATE_FORMAT()</literal> and an
+          ASCII value in <literal>CONCAT()</literal> could produce
+          incorrect results. (Bug #28875)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>REPAIR TABLE ... USE_FRM</literal> could corrupt
           tables. (Bug #29980)
         </para>


Thread
svn commit - mysqldoc@docsrva: r7355 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul7 Aug