List:Internals« Previous MessageNext Message »
From:jon Date:June 3 2005 5:45am
Subject:bk commit - mysqldoc@docsrva tree (jon:1.2738)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.2738 05/06/03 15:45:36 jon@stripped +1 -0
  Query Cache How: Prepared Statements are not cached.

  Docs/manual.texi
    1.2971 05/06/03 15:45:30 jon@stripped +14 -1
    Query Cache How: Prepared Statements are not cached.

# 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:	jon
# Host:	gigan.site
# Root:	/home/jon/bk/mysqldoc

--- 1.2970/Docs/manual.texi	2005-06-02 01:02:02 +10:00
+++ 1.2971/Docs/manual.texi	2005-06-03 15:45:30 +10:00
@@ -30965,6 +30965,19 @@
 @xref{ODBC and last_insert_id}.
 
 @item
+It was issued as a prepared statement, even if no placeholders were employed.
+For example, the query used here:
+
+@example
+char *my_sql_stmt = "select a, b from table_c";
+/* ... */
+mysql_stmt_prepare(stmt, my_sql_stmt, strlen(my_sql_stmt));
+@end example
+
+is not cached.
+@xref{C API Prepared statements}.
+
+@item
 It uses @code{TEMPORARY} tables.
 
 @item
@@ -102402,7 +102415,7 @@
 @code{InnoDB}: In @code{DROP DATABASE}, check for all referencing tables
 from other databases before dropping any tables.  (Bug #10335)
 @item
-@code{InnoDB}: Fix bug: InnoDB wrongly complained in the 
+@code{InnoDB}: Fix bug: InnoDB wrongly complained in the
 @file{.err} log that MySQL is trying to drop a non-existent table, if
 tablespace ran out.  (Bug #10607)
 @item
Thread
bk commit - mysqldoc@docsrva tree (jon:1.2738)jon3 Jun