Author: paul
Date: 2006-11-10 21:12:26 +0100 (Fri, 10 Nov 2006)
New Revision: 3911
Log:
r15588@polar: paul | 2006-11-10 12:28:53 -0600
Sync from 5.0.
Modified:
trunk/refman-4.1/apis.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15585
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11936
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15588
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11936
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml 2006-11-10 18:05:03 UTC (rev 3910)
+++ trunk/refman-4.1/apis.xml 2006-11-10 20:12:26 UTC (rev 3911)
Changed blocks: 4, Lines Added: 16, Lines Deleted: 7; 2425 bytes
@@ -8513,10 +8513,19 @@
long</literal> variable that indicates the length of the
parameter value stored in <literal>*buffer</literal>;
this is used by <literal>mysql_stmt_execute()</literal>.
- For output value binding,
- <literal>mysql_stmt_fetch()</literal> places the length
- of the column value that is returned into the variable
- that <literal>length</literal> points to.
+ For output value binding, the return value of
+ <literal>mysql_stmt_fetch()</literal> determines the
+ interpretation of the length. If
+ <literal>mysql_stmt_fetch()</literal> returns 0,
+ <literal>*length</literal> indicates the actual length
+ of the parameter value. If
+ <literal>mysql_stmt_fetch()</literal> returns
+ <literal>MYSQL_DATA_TRUNCATED</literal>,
+ <literal>*length</literal> indicates the non-truncated
+ length of the parameter value. In this case, the minimum
+ of <literal>*length</literal> and
+ <literal>buffer_length</literal> indicates the actual
+ length of the value.
</para>
<para>
@@ -8632,7 +8641,7 @@
</para>
<remark role="todo">
- rather than say TIME for the hour item (which doesn't make
+ Rather than say TIME for the hour item (which doesn't make
much sense; don't minute/second apply, too), say for each
temporal type which structure members are used for it.
</remark>
@@ -8715,7 +8724,7 @@
</para>
<remark role="todo">
- not quite true that it's unused; we need a good
+ Not quite true that it's unused; we need a good
characterization of when it's allowable/available.
</remark>
@@ -8728,7 +8737,7 @@
</itemizedlist>
<remark role="todo">
- does neg only to TIME/TIMESTAMP?
+ Does neg only to TIME/TIMESTAMP?
</remark>
<remark role="todo">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3911 - in trunk: . refman-4.1 | paul | 10 Nov |