Author: mcbrown
Date: 2006-09-14 10:39:58 +0200 (Thu, 14 Sep 2006)
New Revision: 3355
Log:
Dcoumenting Dev Bugs: #4053, #20547, #21784
Modified:
trunk/refman-5.1/news-5.1.xml
trunk/refman-common/news-myodbc.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-09-14 07:02:30 UTC (rev 3354)
+++ trunk/refman-5.1/news-5.1.xml 2006-09-14 08:39:58 UTC (rev 3355)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 0; 1134 bytes
@@ -682,6 +682,9 @@
</programlisting>
</listitem>
+ <listitem><para>Using <literal>DROP TABLE</literal> with concurrent
+ queries causes <literal>mysqld</literal> to crash. (Bug #21784)</para></listitem>
+
<listitem>
<para>
The <literal>ExtractValue()</literal> function did not accept
@@ -692,6 +695,15 @@
<listitem>
<para>
+ Transient errors in replication from master to slave may
+ trigger multiple <literal>Got fatal error 1236: 'binlog
+ truncated in the middle of event'</literal> errors on the
+ slave. (Bug #4053)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For table-format output, <command>mysql</command> did not
always calculate columns widths correctly for columns
containing multi-byte characters in the column name or
Modified: trunk/refman-common/news-myodbc.xml
===================================================================
--- trunk/refman-common/news-myodbc.xml 2006-09-14 07:02:30 UTC (rev 3354)
+++ trunk/refman-common/news-myodbc.xml 2006-09-14 08:39:58 UTC (rev 3355)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 772 bytes
@@ -38,8 +38,16 @@
<itemizedlist>
+
<listitem>
<para>
+ Using Connector/ODBC, with <literal>SQLBindCol</literal> and binding the length to the return value
+ from <literal>SQL_LEN_DATA_AT_EXEC</literal> fails with a memory allocation error. (Bug #20547)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>SQLDriverConnect()</literal> ODBC method did not
work with recent MyODBC releases. (Bug #12393)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3355 - in trunk: refman-5.1 refman-common | mcbrown | 14 Sep |