Author: paul
Date: 2009-08-10 02:04:18 +0200 (Mon, 10 Aug 2009)
New Revision: 16034
Log:
r43408@frost: paul | 2009-08-09 20:01:59 -0400
Document bug fixes:
Bug#44521: Prepared Statement: CALL p() - crashes: `! thd->main_da.is_sent' failed et.al.
Bug#45017: Failure to connect if hostname maps to multiple addresses
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:43407
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:43408
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-08-10 00:04:07 UTC (rev 16033)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-08-10 00:04:18 UTC (rev 16034)
Changed blocks: 1, Lines Added: 57, Lines Deleted: 0; 1522 bytes
@@ -63977,4 +63977,61 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="C API"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="44521"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For debug builds, executing a stored procedure as a prepared
+ statement could sometimes cause an assertion failure.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="C API"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="45017"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal role="cfunc">mysql_real_connect()</literal> C API
+ function only attempted to connect to the first IP address
+ returned for a hostname. This could be a problem if a hostname
+ mapped to multiple IP address and the server was not bound to
+ the first one returned. Now
+ <literal role="cfunc">mysql_real_connect()</literal> attempts to
+ connect to all IPv4/6 addresses that a domain name maps to.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16034 - in trunk: . dynamic-docs/changelog | paul.dubois | 10 Aug |