List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 14 2007 12:25pm
Subject:svn commit - mysqldoc@docsrva: r7858 - in trunk: refman-5.1 refman-common
View as plain text  
Author: mcbrown
Date: 2007-09-14 14:25:39 +0200 (Fri, 14 Sep 2007)
New Revision: 7858

Log:
Documenting Dev Bugs: 

Bug #30867, #22086



Modified:
   trunk/refman-5.1/news-5.1.xml
   trunk/refman-common/news-mysql-proxy.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-09-14 12:00:51 UTC (rev 7857)
+++ trunk/refman-5.1/news-5.1.xml	2007-09-14 12:25:39 UTC (rev 7858)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 904 bytes

@@ -90,6 +90,18 @@
 
       <listitem>
         <para>
+          Replicating from a master table to a slave table where the
+          size of a <literal>CHAR</literal> or
+          <literal>VARCHAR</literal> column was a different size would
+          cause <command>mysqld</command> to crash. For more information
+          on replicating with different column definitions, see
+          <xref
+    linkend="replication-features-diffcolumns"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>STR_TO_DATE()</literal> displayed an error message
           that referred to <literal>STR_TO_TIME()</literal>. (Bug
           #27014)


Modified: trunk/refman-common/news-mysql-proxy.xml
===================================================================
--- trunk/refman-common/news-mysql-proxy.xml	2007-09-14 12:00:51 UTC (rev 7857)
+++ trunk/refman-common/news-mysql-proxy.xml	2007-09-14 12:25:39 UTC (rev 7858)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 708 bytes

@@ -21,6 +21,15 @@
 
       <listitem>
         <para>
+          When using read/write splitting and the
+          <filename>rw-splitting.lua</filename> example script,
+          connecting a second user to the proxy returns an error
+          message. (Bug #30867)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Added <option>--no-daemon</option> and
           <option>--pid-file</option>.
         </para>


Thread
svn commit - mysqldoc@docsrva: r7858 - in trunk: refman-5.1 refman-commonmcbrown14 Sep