List:Commits« Previous MessageNext Message »
From:paul Date:March 23 2007 4:52pm
Subject:svn commit - mysqldoc@docsrva: r5527 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-03-23 16:52:09 +0100 (Fri, 23 Mar 2007)
New Revision: 5527

Log:
 r22143@polar:  paul | 2007-03-23 10:51:32 -0500
 For data type compatibility of referring/referenced columns,
 character columns must have same character set and collation.


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

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


Modified: trunk/refman-4.1/se-innodb.xml
===================================================================
--- trunk/refman-4.1/se-innodb.xml	2007-03-23 15:42:33 UTC (rev 5526)
+++ trunk/refman-4.1/se-innodb.xml	2007-03-23 15:52:09 UTC (rev 5527)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 722 bytes

@@ -2318,7 +2318,9 @@
             <literal>InnoDB</literal> so that they can be compared
             without a type conversion. <emphasis>The size and sign of
             integer types must be the same</emphasis>. The length of
-            string types need not be the same.
+            string types need not be the same. For non-binary
+            (character) string columns, the character set and collation
+            must be the same.
           </para>
         </listitem>
 


Modified: trunk/refman-5.0/se-innodb.xml
===================================================================
--- trunk/refman-5.0/se-innodb.xml	2007-03-23 15:42:33 UTC (rev 5526)
+++ trunk/refman-5.0/se-innodb.xml	2007-03-23 15:52:09 UTC (rev 5527)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 722 bytes

@@ -2378,7 +2378,9 @@
             <literal>InnoDB</literal> so that they can be compared
             without a type conversion. <emphasis>The size and sign of
             integer types must be the same</emphasis>. The length of
-            string types need not be the same.
+            string types need not be the same. For non-binary
+            (character) string columns, the character set and collation
+            must be the same.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1/se-innodb.xml
===================================================================
--- trunk/refman-5.1/se-innodb.xml	2007-03-23 15:42:33 UTC (rev 5526)
+++ trunk/refman-5.1/se-innodb.xml	2007-03-23 15:52:09 UTC (rev 5527)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 722 bytes

@@ -2372,7 +2372,9 @@
             <literal>InnoDB</literal> so that they can be compared
             without a type conversion. <emphasis>The size and sign of
             integer types must be the same</emphasis>. The length of
-            string types need not be the same.
+            string types need not be the same. For non-binary
+            (character) string columns, the character set and collation
+            must be the same.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r5527 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul23 Mar