List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 25 2008 7:16pm
Subject:svn commit - mysqldoc@docsrva: r12650 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-11-25 20:16:04 +0100 (Tue, 25 Nov 2008)
New Revision: 12650

Log:
 r36125@frost:  paul | 2008-11-25 13:10:30 -0500
 Fix doc bug:
 Bug #40594	VARCHAR


Modified:
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.1/data-types.xml
   trunk/refman-6.0/data-types.xml

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


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2008-11-25 17:34:28 UTC (rev 12649)
+++ trunk/refman-5.0/data-types.xml	2008-11-25 19:16:04 UTC (rev 12650)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1105 bytes

@@ -4348,12 +4348,12 @@
       </para>
 
       <para>
-        For <literal role="type">VARCHAR</literal> columns, excess
-        trailing spaces are truncated prior to insertion and a warning
-        is generated, regardless of the SQL mode in use. For
-        <literal role="type">CHAR</literal> columns, truncation of
-        excess trailing spaces from inserted values is performed
-        silently regardless of the SQL mode.
+        For <literal role="type">VARCHAR</literal> columns, trailing
+        spaces in excess of the column length are truncated prior to
+        insertion and a warning is generated, regardless of the SQL mode
+        in use. For <literal role="type">CHAR</literal> columns,
+        truncation of excess trailing spaces from inserted values is
+        performed silently regardless of the SQL mode.
       </para>
 
       <para>


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2008-11-25 17:34:28 UTC (rev 12649)
+++ trunk/refman-5.1/data-types.xml	2008-11-25 19:16:04 UTC (rev 12650)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1105 bytes

@@ -4163,12 +4163,12 @@
       </para>
 
       <para>
-        For <literal role="type">VARCHAR</literal> columns, excess
-        trailing spaces are truncated prior to insertion and a warning
-        is generated, regardless of the SQL mode in use. For
-        <literal role="type">CHAR</literal> columns, truncation of
-        excess trailing spaces from inserted values is performed
-        silently regardless of the SQL mode.
+        For <literal role="type">VARCHAR</literal> columns, trailing
+        spaces in excess of the column length are truncated prior to
+        insertion and a warning is generated, regardless of the SQL mode
+        in use. For <literal role="type">CHAR</literal> columns,
+        truncation of excess trailing spaces from inserted values is
+        performed silently regardless of the SQL mode.
       </para>
 
       <para>


Modified: trunk/refman-6.0/data-types.xml
===================================================================
--- trunk/refman-6.0/data-types.xml	2008-11-25 17:34:28 UTC (rev 12649)
+++ trunk/refman-6.0/data-types.xml	2008-11-25 19:16:04 UTC (rev 12650)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1105 bytes

@@ -4159,12 +4159,12 @@
       </para>
 
       <para>
-        For <literal role="type">VARCHAR</literal> columns, excess
-        trailing spaces are truncated prior to insertion and a warning
-        is generated, regardless of the SQL mode in use. For
-        <literal role="type">CHAR</literal> columns, truncation of
-        excess trailing spaces from inserted values is performed
-        silently regardless of the SQL mode.
+        For <literal role="type">VARCHAR</literal> columns, trailing
+        spaces in excess of the column length are truncated prior to
+        insertion and a warning is generated, regardless of the SQL mode
+        in use. For <literal role="type">CHAR</literal> columns,
+        truncation of excess trailing spaces from inserted values is
+        performed silently regardless of the SQL mode.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r12650 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul.dubois25 Nov