Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3073 05/07/19 14:50:41 paul@stripped +3 -0
Add adjuration against copying MYSQL/MYSQL_STMT.
refman/mysql-apis.xml
1.11 05/07/19 14:50:41 paul@stripped +7 -2
Add adjuration against copying MYSQL/MYSQL_STMT.
refman-5.0/mysql-apis.xml
1.11 05/07/19 14:50:41 paul@stripped +7 -2
Sync.
refman-4.1/mysql-apis.xml
1.11 05/07/19 14:50:41 paul@stripped +7 -2
Sync.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.10/refman-4.1/mysql-apis.xml 2005-07-19 10:57:20 -05:00
+++ 1.11/refman-4.1/mysql-apis.xml 2005-07-19 14:50:41 -05:00
@@ -427,7 +427,10 @@
<para>
This structure represents a handle to one database
- connection. It is used for almost all MySQL functions.
+ connection. It is used for almost all MySQL functions. You
+ should not try to make a copy of a <literal>MYSQL</literal>
+ structure. There is no guarantee that such a copy will be
+ usable.
</para>
<para>
@@ -7252,7 +7255,9 @@
<para>
The <literal>MYSQL_STMT</literal> structure has no members
- that are for application use.
+ that are for application use. Also, you should not try to
+ make a copy of a <literal>MYSQL_STMT</literal> structure.
+ There is no guarantee that such a copy will be usable.
</para>
<para>
--- 1.10/refman-5.0/mysql-apis.xml 2005-07-19 10:57:30 -05:00
+++ 1.11/refman-5.0/mysql-apis.xml 2005-07-19 14:50:41 -05:00
@@ -427,7 +427,10 @@
<para>
This structure represents a handle to one database
- connection. It is used for almost all MySQL functions.
+ connection. It is used for almost all MySQL functions. You
+ should not try to make a copy of a <literal>MYSQL</literal>
+ structure. There is no guarantee that such a copy will be
+ usable.
</para>
<para>
@@ -7250,7 +7253,9 @@
<para>
The <literal>MYSQL_STMT</literal> structure has no members
- that are for application use.
+ that are for application use. Also, you should not try to
+ make a copy of a <literal>MYSQL_STMT</literal> structure.
+ There is no guarantee that such a copy will be usable.
</para>
<para>
--- 1.10/refman/mysql-apis.xml 2005-07-19 10:57:42 -05:00
+++ 1.11/refman/mysql-apis.xml 2005-07-19 14:50:41 -05:00
@@ -427,7 +427,10 @@
<para>
This structure represents a handle to one database
- connection. It is used for almost all MySQL functions.
+ connection. It is used for almost all MySQL functions. You
+ should not try to make a copy of a <literal>MYSQL</literal>
+ structure. There is no guarantee that such a copy will be
+ usable.
</para>
<para>
@@ -7252,7 +7255,9 @@
<para>
The <literal>MYSQL_STMT</literal> structure has no members
- that are for application use.
+ that are for application use. Also, you should not try to
+ make a copy of a <literal>MYSQL_STMT</literal> structure.
+ There is no guarantee that such a copy will be usable.
</para>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3073) | paul | 19 Jul |