List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 26 2007 6:50am
Subject:svn commit - mysqldoc@docsrva: r5559 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2007-03-26 08:50:41 +0200 (Mon, 26 Mar 2007)
New Revision: 5559

Log:
Documenting dev Bug #23775
Some minor fixes and style changes to the command requirements for older Unix OS that don't support long filenames in tar (there was a mismatch between descriptions in two places)



Modified:
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/installing.xml
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-26 06:41:00 UTC (rev 5558)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-26 06:50:41 UTC (rev 5559)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 905 bytes

@@ -120,6 +120,16 @@
 
       <listitem>
         <para>
+          Replication between master and slave would inifinitely retry
+          binary log transmission where the
+          <option>max_allowed_packet</option> on the master was larger
+          than that on the slave if the size of the transfer was between
+          these two values. (Bug #23775)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Invalid optimization of pushdown conditions for queries where
           an outer join was guaranteed to read only one row from the
           outer table led to results with too few rows. (Bug #26963)


Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2007-03-26 06:41:00 UTC (rev 5558)
+++ trunk/refman-5.1/installing.xml	2007-03-26 06:50:41 UTC (rev 5559)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1517 bytes

@@ -6771,8 +6771,8 @@
           distribution. GNU <command>tar</command> is known to work.
           Some operating systems come with a preinstalled version of
           <command>tar</command> that is known to have problems. For
-          example, Mac OS X <command>tar</command> and Sun
-          <command>tar</command> are known to have problems with long
+          example, the <command>tar</command> provided with early versions of Mac OS X, SunOS 4.x and Solaris 8 and earlier 
+          are known to have problems with long
           filenames. On Mac OS X, you can use the preinstalled
           <command>gnutar</command> program. On other systems with a
           deficient <command>tar</command>, you should install GNU

@@ -7193,7 +7193,7 @@
           Some operating systems come with a preinstalled version of
           <command>tar</command> that is known to have problems. For
           example, the <command>tar</command> provided with early
-          versions of Mac OS X <command>tar</command>, SunOS 4.x and
+          versions of Mac OS X, SunOS 4.x and
           Solaris 8 and earlier are known to have problems with long
           filenames. On Mac OS X, you can use the preinstalled
           <command>gnutar</command> program. On other systems with a


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-03-26 06:41:00 UTC (rev 5558)
+++ trunk/refman-5.1/news-5.1.xml	2007-03-26 06:50:41 UTC (rev 5559)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 841 bytes

@@ -302,6 +302,16 @@
 
       <listitem>
         <para>
+          Replication between master and slave would inifinitely retry
+          binary log transmission where the
+          <option>max_allowed_packet</option> on the master was larger
+          than that on the slave if the size of the transfer was between
+          these two values. (Bug #23775)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Setting <literal>event_scheduler=1</literal> or
           <literal>event_scheduler=ON</literal> caused the server to
           crash if the server had been started with


Thread
svn commit - mysqldoc@docsrva: r5559 - in trunk: refman-5.0 refman-5.1mcbrown26 Mar