List:Commits« Previous MessageNext Message »
From:paul Date:April 19 2006 7:12pm
Subject:svn commit - mysqldoc@docsrva: r1867 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-04-19 19:12:37 +0200 (Wed, 19 Apr 2006)
New Revision: 1867

Log:
 r4542@kite-hub:  paul | 2006-04-19 10:44:21 -0500
 Slight rewording for MYSQL_BIND.error description.


Modified:
   trunk/
   trunk/refman-5.0/apis.xml
   trunk/refman-5.1/apis.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6745
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4505
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6745
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4542

Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml	2006-04-19 15:01:21 UTC (rev 1866)
+++ trunk/refman-5.0/apis.xml	2006-04-19 17:12:37 UTC (rev 1867)
@@ -8413,14 +8413,14 @@
               </para>
 
               <para>
-                For output, this member is a pointer to a
-                <literal>my_bool</literal> variable to be used output to
-                report data truncation errors. Truncation reporting must
-                be enabled by calling <literal>mysql_options()</literal>
-                with the <literal>MYSQL_REPORT_DATA_TRUNCATION</literal>
-                option. When enabled,
-                <literal>mysql_stmt_fetch()</literal> returns
-                <literal>MYSQL_DATA_TRUNCATED</literal> and
+                For output, set this member to point to a
+                <literal>my_bool</literal> variable to have truncation
+                information for the parameter stored there after a row
+                fetching operation. Truncation reporting must be enabled
+                by calling <literal>mysql_options()</literal> with the
+                <literal>MYSQL_REPORT_DATA_TRUNCATION</literal> option.
+                When enabled, <literal>mysql_stmt_fetch()</literal>
+                returns <literal>MYSQL_DATA_TRUNCATED</literal> and
                 <literal>*error</literal> is true in the
                 <literal>MYSQL_BIND</literal> structures for parameters
                 in which truncation occurred. Truncation indicates loss

Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml	2006-04-19 15:01:21 UTC (rev 1866)
+++ trunk/refman-5.1/apis.xml	2006-04-19 17:12:37 UTC (rev 1867)
@@ -8282,14 +8282,14 @@
               </para>
 
               <para>
-                For output, this member is a pointer to a
-                <literal>my_bool</literal> variable to be used output to
-                report data truncation errors. Truncation reporting must
-                be enabled by calling <literal>mysql_options()</literal>
-                with the <literal>MYSQL_REPORT_DATA_TRUNCATION</literal>
-                option. When enabled,
-                <literal>mysql_stmt_fetch()</literal> returns
-                <literal>MYSQL_DATA_TRUNCATED</literal> and
+                For output, set this member to point to a
+                <literal>my_bool</literal> variable to have truncation
+                information for the parameter stored there after a row
+                fetching operation. Truncation reporting must be enabled
+                by calling <literal>mysql_options()</literal> with the
+                <literal>MYSQL_REPORT_DATA_TRUNCATION</literal> option.
+                When enabled, <literal>mysql_stmt_fetch()</literal>
+                returns <literal>MYSQL_DATA_TRUNCATED</literal> and
                 <literal>*error</literal> is true in the
                 <literal>MYSQL_BIND</literal> structures for parameters
                 in which truncation occurred. Truncation indicates loss

Thread
svn commit - mysqldoc@docsrva: r1867 - in trunk: . refman-5.0 refman-5.1paul19 Apr