List:Commits« Previous MessageNext Message »
From:paul Date:April 25 2008 3:03pm
Subject:svn commit - mysqldoc@docsrva: r10591 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-04-25 17:03:43 +0200 (Fri, 25 Apr 2008)
New Revision: 10591

Log:
 r30972@frost:  paul | 2008-04-25 09:09:12 -0500
 max_allowed_packet: Value should be multiple of 1024. (Bug#34841)


Modified:
   trunk/it/refman-5.1/dba-core.xml
   trunk/pt/refman-5.1/dba-core.xml
   trunk/refman-4.1/dba-core.xml
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml

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


Modified: trunk/it/refman-5.1/dba-core.xml
===================================================================
--- trunk/it/refman-5.1/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/it/refman-5.1/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 733 bytes

@@ -5641,7 +5641,9 @@
             <literal>BLOB</literal> columns or long strings. It should
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
-            <literal>max_allowed_packet</literal> is 1GB.
+            <literal>max_allowed_packet</literal> is 1GB. The value
+            should be a multiple of 1024; non-multiples are rounded down
+            to the nearest multiple.
           </para>
         </listitem>
 


Modified: trunk/pt/refman-5.1/dba-core.xml
===================================================================
--- trunk/pt/refman-5.1/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/pt/refman-5.1/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 733 bytes

@@ -5641,7 +5641,9 @@
             <literal>BLOB</literal> columns or long strings. It should
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
-            <literal>max_allowed_packet</literal> is 1GB.
+            <literal>max_allowed_packet</literal> is 1GB. The value
+            should be a multiple of 1024; non-multiples are rounded down
+            to the nearest multiple.
           </para>
         </listitem>
 


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/refman-4.1/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 680 bytes

@@ -4540,7 +4540,9 @@
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
             <literal>max_allowed_packet</literal> is 16MB before MySQL
-            4.0 and 1GB thereafter.
+            4.0 and 1GB thereafter. The value should be a multiple of
+            1024; non-multiples are rounded down to the nearest
+            multiple.
           </para>
         </listitem>
 


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/refman-5.0/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 724 bytes

@@ -5404,7 +5404,9 @@
             <literal>BLOB</literal> columns or long strings. It should
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
-            <literal>max_allowed_packet</literal> is 1GB.
+            <literal>max_allowed_packet</literal> is 1GB. The value
+            should be a multiple of 1024; non-multiples are rounded down
+            to the nearest multiple.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/refman-5.1/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 724 bytes

@@ -5657,7 +5657,9 @@
             <literal>BLOB</literal> columns or long strings. It should
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
-            <literal>max_allowed_packet</literal> is 1GB.
+            <literal>max_allowed_packet</literal> is 1GB. The value
+            should be a multiple of 1024; non-multiples are rounded down
+            to the nearest multiple.
           </para>
         </listitem>
 


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-04-25 15:03:37 UTC (rev 10590)
+++ trunk/refman-6.0/dba-core.xml	2008-04-25 15:03:43 UTC (rev 10591)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 724 bytes

@@ -5549,7 +5549,9 @@
             <literal>BLOB</literal> columns or long strings. It should
             be as big as the largest <literal>BLOB</literal> you want to
             use. The protocol limit for
-            <literal>max_allowed_packet</literal> is 1GB.
+            <literal>max_allowed_packet</literal> is 1GB. The value
+            should be a multiple of 1024; non-multiples are rounded down
+            to the nearest multiple.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r10591 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0paul25 Apr