Author: paul
Date: 2007-04-14 20:39:46 +0200 (Sat, 14 Apr 2007)
New Revision: 5902
Log:
r19187@frost: paul | 2007-04-14 13:39:36 -0500
Remove no-longer-applicable item.
Modified:
trunk/refman-5.1/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:23435
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19185
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:23435
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19187
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-04-14 18:28:48 UTC (rev 5901)
+++ trunk/refman-5.1/dba-core.xml 2007-04-14 18:39:46 UTC (rev 5902)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 18; 886 bytes
@@ -30807,24 +30807,6 @@
<listitem>
<para>
- It was issued as a prepared statement, even if no
- placeholders were employed. For example, the query used here
- is not cached:
- </para>
-
-<programlisting>
-char *my_sql_stmt = "SELECT a, b FROM table_c";
-/* ... */
-mysql_stmt_prepare(stmt, my_sql_stmt, strlen(my_sql_stmt));
-</programlisting>
-
- <para>
- See <xref linkend="c-api-prepared-statements"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
It uses <literal>TEMPORARY</literal> tables.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5902 - in trunk: . refman-5.1 | paul | 14 Apr |