List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 14 2007 9:29am
Subject:svn commit - mysqldoc@docsrva: r7854 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-09-14 11:29:31 +0200 (Fri, 14 Sep 2007)
New Revision: 7854

Log:
Docs Bug #26502



Modified:
   trunk/refman-common/connector-net.xml


Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml	2007-09-14 09:11:48 UTC (rev 7853)
+++ trunk/refman-common/connector-net.xml	2007-09-14 09:29:31 UTC (rev 7854)
Changed blocks: 4, Lines Added: 5, Lines Deleted: 7; 2609 bytes

@@ -10681,8 +10681,8 @@
                                   </row>
                                   <row>
                                     <entry>LongBlob</entry>
-                                    <entry>A BLOB or TEXT column with a maximum length of 4294967295 or 4G (2^32 -
-                                      1) characters</entry>
+                                    <entry>A BLOB column with a maximum length of 4294967295 or 4G (2^32 - 1)
+                                      characters</entry>
                                   </row>
                                   <row>
                                     <entry>Time</entry>

@@ -10693,7 +10693,7 @@
                                   </row>
                                   <row>
                                     <entry>TinyBlob</entry>
-                                    <entry>A BLOB or TEXT column with a maximum length of 255 (2^8 - 1) characters</entry>
+                                    <entry>A BLOB column with a maximum length of 255 (2^8 - 1) characters</entry>
                                   </row>
                                   <row>
                                     <entry>Datetime</entry>

@@ -10713,8 +10713,7 @@
                                   </row>
                                   <row>
                                     <entry>Blob</entry>
-                                    <entry>A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1)
-                                      characters</entry>
+                                    <entry>A BLOB column with a maximum length of 65535 (2^16 - 1) characters</entry>
                                   </row>
                                   <row>
                                     <entry>Double</entry>

@@ -10840,8 +10839,7 @@
                                   </row>
                                   <row>
                                     <entry>MediumBlob</entry>
-                                    <entry>A BLOB or TEXT column with a maximum length of 16777215 (2^24 - 1)
-                                      characters</entry>
+                                    <entry>A BLOB column with a maximum length of 16777215 (2^24 - 1) characters</entry>
                                   </row>
                                 </tbody>
                               </tgroup>


Thread
svn commit - mysqldoc@docsrva: r7854 - trunk/refman-commonmcbrown14 Sep