List:Commits« Previous MessageNext Message »
From:paul.dubois Date:April 27 2009 4:18pm
Subject:svn commit - mysqldoc@docsrva: r14741 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2009-04-27 18:18:48 +0200 (Mon, 27 Apr 2009)
New Revision: 14741

Log:
 r40701@frost:  paul | 2009-04-27 10:51:58 -0500
 Fix docs bug:
 Bug#44369: InnoDB: Does not uniformly disallow disallowed column names


Modified:
   trunk/refman-4.1/se-innodb-core.xml
   trunk/refman-5.0/se-innodb-core.xml
   trunk/refman-5.1/se-innodb-core.xml
   trunk/refman-6.0/se-innodb-core.xml

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


Modified: trunk/refman-4.1/se-innodb-core.xml
===================================================================
--- trunk/refman-4.1/se-innodb-core.xml	2009-04-27 15:47:08 UTC (rev 14740)
+++ trunk/refman-4.1/se-innodb-core.xml	2009-04-27 16:18:48 UTC (rev 14741)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 640 bytes

@@ -9409,7 +9409,8 @@
           <literal>DB_MIX_ID</literal>). In versions of MySQL before
           4.1.19 this would cause a crash, since 4.1.19 the server will
           report error 1005 and refers to error &minus;1 in the error
-          message.
+          message. This limitation applies only to use of the names in
+          uppercase.
         </para>
       </listitem>
 


Modified: trunk/refman-5.0/se-innodb-core.xml
===================================================================
--- trunk/refman-5.0/se-innodb-core.xml	2009-04-27 15:47:08 UTC (rev 14740)
+++ trunk/refman-5.0/se-innodb-core.xml	2009-04-27 16:18:48 UTC (rev 14741)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 640 bytes

@@ -9605,7 +9605,8 @@
           <literal>DB_MIX_ID</literal>). In versions of MySQL before
           5.0.21 this would cause a crash, since 5.0.21 the server will
           report error 1005 and refers to error &minus;1 in the error
-          message.
+          message. This limitation applies only to use of the names in
+          uppercase.
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/se-innodb-core.xml
===================================================================
--- trunk/refman-5.1/se-innodb-core.xml	2009-04-27 15:47:08 UTC (rev 14740)
+++ trunk/refman-5.1/se-innodb-core.xml	2009-04-27 16:18:48 UTC (rev 14741)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 642 bytes

@@ -10399,7 +10399,8 @@
           <literal>DB_MIX_ID</literal>). In versions of MySQL before
           5.1.10 this would cause a crash, since 5.1.10 the server will
           report error 1005 and refers to error &minus;1 in the error
-          message.
+          message. This limitation applies only to use of the names in
+          uppercase.
         </para>
       </listitem>
 


Modified: trunk/refman-6.0/se-innodb-core.xml
===================================================================
--- trunk/refman-6.0/se-innodb-core.xml	2009-04-27 15:47:08 UTC (rev 14740)
+++ trunk/refman-6.0/se-innodb-core.xml	2009-04-27 16:18:48 UTC (rev 14741)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 711 bytes

@@ -10175,7 +10175,8 @@
           <literal>DB_ROW_ID</literal>, <literal>DB_TRX_ID</literal>,
           <literal>DB_ROLL_PTR</literal>, and
           <literal>DB_MIX_ID</literal>). The server will report error
-          1005 and refers to error &minus;1 in the error message.
+          1005 and refers to error &minus;1 in the error message. This
+          limitation applies only to use of the names in uppercase.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r14741 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois27 Apr