Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan 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.2941 05/07/06 18:10:40 stefan@stripped +2 -0
mysql-database-administration.xml:
Sync with refman
Another clarification about query cache and
server-side prepared statements.
refman-5.0/mysql-database-administration.xml
1.16 05/07/06 18:10:16 stefan@stripped +4 -2
Sync with refman
refman/mysql-database-administration.xml
1.14 05/07/06 18:09:54 stefan@stripped +4 -3
Another clarification about query cache and
server-side prepared statements.
# 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: stefan
# Host: apollon.site
# Root: /home/stefan/bk/mysqldoc
--- 1.15/refman-5.0/mysql-database-administration.xml 2005-07-05 16:44:23 +02:00
+++ 1.16/refman-5.0/mysql-database-administration.xml 2005-07-06 18:10:16 +02:00
@@ -22415,8 +22415,10 @@
</para>
<para>
- <emphasis role="bold">Note</emphasis>: The query cache does not work
- for prepared statements. See <xref linkend="c-api-prepared-statements"/>.
+ <emphasis role="bold">Note</emphasis>: The query cache isn't used
+ for server-side prepared statements. If you're using server-side prepared
+ statements consider that these statement won't be satisfied by the query
+ cache. See <xref linkend="c-api-prepared-statements"/>.
</para>
<para>
--- 1.13/refman/mysql-database-administration.xml 2005-07-06 13:44:30 +02:00
+++ 1.14/refman/mysql-database-administration.xml 2005-07-06 18:09:54 +02:00
@@ -23039,9 +23039,10 @@
</para>
<para>
- <emphasis role="bold">Note</emphasis>: The query cache does not work
- for server-side prepared statements.
- See <xref linkend="c-api-prepared-statements"/>.
+ <emphasis role="bold">Note</emphasis>: The query cache isn't used
+ for server-side prepared statements. If you're using server-side prepared
+ statements consider that these statement won't be satisfied by the query
+ cache. See <xref linkend="c-api-prepared-statements"/>.
</para>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (stefan:1.2941) | stefan | 6 Jul |