List:Commits« Previous MessageNext Message »
From:paul Date:December 20 2007 1:32am
Subject:svn commit - mysqldoc@docsrva: r9409 - in trunk: . refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2007-12-20 02:32:30 +0100 (Thu, 20 Dec 2007)
New Revision: 9409

Log:
 r28318@frost:  paul | 2007-12-19 19:29:43 -0600
 Document bugfixes:
 Bug#20530: qsort redefinition violates the standard
 Bug#30654: mysqlcheck fails during upgrade of tables whose names include backticks or blank
 Bug#30679: 5.1 name encoding not performed for views during upgrade
 Bug#31207: Test "join_nested" shows different strategy on IA64 CPUs / Intel's ICC compiler
 Bug#31349: ERROR 1062 (23000): Duplicate entry '' for key 'group_key'
 Bug#31566: my_write(fd, 0x0, 0, flags) fails with EFAULT on some platforms
 Bug#31604: server crash when setting slow_query_log_file/global general_log_file variable
 Bug#31799: Scrambled number output due to integer overflow
 Bug#32137: prepared statement crash with str_to_date in update clause


Modified:
   trunk/refman-5.1/installing-core.xml
   trunk/refman-5.1/programs-client.xml
   trunk/refman-6.0/programs-client.xml

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


Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml	2007-12-20 01:32:19 UTC (rev 9408)
+++ trunk/refman-5.1/installing-core.xml	2007-12-20 01:32:30 UTC (rev 9409)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 0; 819 bytes

@@ -12383,6 +12383,10 @@
             is done for tables, it is not done for views. To work around
             this problem, drop each affected view and recreate it.
           </para>
+
+          <para>
+            This problem is fixed as of MySQL 5.1.23.
+          </para>
         </listitem>
 
         <listitem>

@@ -12411,6 +12415,10 @@
 RENAME TABLE table_a TO `tab``le_a`;
 RENAME TABLE table_b TO `table b`;
 </programlisting>
+
+          <para>
+            This problem is fixed as of MySQL 5.1.23.
+          </para>
         </listitem>
 
         <listitem>


Modified: trunk/refman-5.1/programs-client.xml
===================================================================
--- trunk/refman-5.1/programs-client.xml	2007-12-20 01:32:19 UTC (rev 9408)
+++ trunk/refman-5.1/programs-client.xml	2007-12-20 01:32:30 UTC (rev 9409)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 5; 1414 bytes

@@ -2335,10 +2335,10 @@
       </para>
 
       <para>
-        As of MySQL 5.1.23, <command>mysql</command> ignores Unicode byte
-        order mark (BOM) characters at the beginning of input files.
-        Previously, it read them and sent them to the server, resulting
-        in a syntax error. Presence of a BOM does not cause
+        As of MySQL 5.1.23, <command>mysql</command> ignores Unicode
+        byte order mark (BOM) characters at the beginning of input
+        files. Previously, it read them and sent them to the server,
+        resulting in a syntax error. Presence of a BOM does not cause
         <command>mysql</command> to change its default character set. To
         do that, invoke <command>mysql</command> with an option such as
         <option>--default-character-set=utf8</option>.

@@ -4335,7 +4335,8 @@
           <para>
             Convert table names to 5.1 format. Only table names that
             contain special characters are affected. This option was
-            added in MySQL 5.1.7.
+            added in MySQL 5.1.7. As of MySQL 5.1.23, this option also
+            applies to views.
           </para>
         </listitem>
 


Modified: trunk/refman-6.0/programs-client.xml
===================================================================
--- trunk/refman-6.0/programs-client.xml	2007-12-20 01:32:19 UTC (rev 9408)
+++ trunk/refman-6.0/programs-client.xml	2007-12-20 01:32:30 UTC (rev 9409)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 582 bytes

@@ -4304,7 +4304,8 @@
 
           <para>
             Convert table names to 5.1 format. Only table names that
-            contain special characters are affected.
+            contain special characters are affected. As of MySQL 6.0.5,
+            this option also applies to views.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r9409 - in trunk: . refman-5.1 refman-6.0paul20 Dec