List:Internals« Previous MessageNext Message »
From:paul Date:November 20 2005 5:04am
Subject:svn commit - mysqldoc@docsrva: r369 - in trunk: . refman-5.0
View as plain text  
Author: paul
Date: 2005-11-20 06:04:09 +0100 (Sun, 20 Nov 2005)
New Revision: 369

Log:
 r3920@frost:  paul | 2005-11-19 22:11:00 -0600
 Add pointer from cursor support item to the function
 that supports cursors in the C API.


Modified:
   trunk/
   trunk/refman-5.0/introduction.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3916
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3920
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101

Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml	2005-11-20 01:04:19 UTC (rev 368)
+++ trunk/refman-5.0/introduction.xml	2005-11-20 05:04:09 UTC (rev 369)
@@ -411,7 +411,10 @@
         <listitem>
           <para>
             <emphasis role="bold">Cursors</emphasis>: Elementary support
-            for server-side cursors. See <xref linkend="cursors"/>.
+            for server-side cursors. For information about using cursors
+            within stored routines, see <xref linkend="cursors"/>. For
+            information about using cursors from within the C API, see
+            <xref linkend="mysql-stmt-attr-set"/>.
           </para>
         </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r369 - in trunk: . refman-5.0paul20 Nov