Author: tbedford
Date: 2008-12-19 16:12:00 +0100 (Fri, 19 Dec 2008)
New Revision: 12979
Log:
Added know bug for Alpha 1.0.2
Modified:
trunk/refman-common/connector-cpp.xml
Modified: trunk/refman-common/connector-cpp.xml
===================================================================
--- trunk/refman-common/connector-cpp.xml 2008-12-19 15:03:31 UTC (rev 12978)
+++ trunk/refman-common/connector-cpp.xml 2008-12-19 15:12:00 UTC (rev 12979)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 2; 1043 bytes
@@ -1321,11 +1321,25 @@
&mysql-connector-cpp-warning;
+ <note>
+ <para>
+ Please report bugs through <ulink url="bugs.mysql.com">MySQL Bug
+ System </ulink>.
+ </para>
+ </note>
+
<para>
- There are no known bugs. Please report bugs through
- <ulink url="bugs.mysql.com">MySQL Bug System </ulink>.
+ Known bugs:
</para>
+ <para>
+ It is possible to explicitly delete <literal>sql::Driver</literal>
+ objects obtained from <literal>get_driver_instance()</literal>.
+ Explicit deletes may cause problems when applications use more
+ than one <literal>sql::Driver</literal> pointer obtained from
+ <literal>get_driver_instance()</literal>.
+ </para>
+
</section>
<section id="connector-cpp-requests">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12979 - trunk/refman-common | anthony.bedford | 19 Dec |