logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

bk commit - mysqldoc tree (1.617): msg#00373

Subject: bk commit - mysqldoc tree (1.617)
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.617 03/07/23 18:15:07 paul@xxxxxxxxxxxxxxxxxx +1 -0
  Sync API prototypes to what mysql.h actually says.

  Docs/manual.texi
    1.580 03/07/23 18:15:05 paul@xxxxxxxxxxxxxxxxxx +7 -7
    Sync API prototypes to what mysql.h actually says.

# 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: paul
# Host: teton.kitebird.com
# Root: /home/paul/mysqldoc

--- 1.579/Docs/manual.texi      Wed Jul 23 17:27:14 2003
+++ 1.580/Docs/manual.texi      Wed Jul 23 18:15:05 2003
@@ -53240,7 +53240,7 @@
 
 @findex @code{mysql_param_count()}
 
-@code{unsigned int mysql_param_count(MYSQL_STMT *stmt)}
+@code{unsigned long mysql_param_count(MYSQL_STMT *stmt)}
 
 @subsubheading Description
 
@@ -53248,7 +53248,7 @@
 
 @subsubheading Return Values
 
-An unsigned integer representing the number of parameters in a
+An unsigned long integer representing the number of parameters in a
 statement.
 
 @subsubheading Errors
@@ -53318,7 +53318,7 @@
 
 @findex @code{mysql_bind_param()}
 
-@code{int mysql_bind_param(MYSQL_STMT *stmt, MYSQL_BIND *bind)}
+@code{my_bool mysql_bind_param(MYSQL_STMT *stmt, MYSQL_BIND *bind)}
 
 @subsubheading Description
 
@@ -53591,7 +53591,7 @@
 
 @findex @code{mysql_stmt_affected_rows()}
 
-@code{ulonglong mysql_stmt_affected_rows(MYSQL_STMT *stmt)}
+@code{my_ulonglong mysql_stmt_affected_rows(MYSQL_STMT *stmt)}
 
 @subsubheading Description
 
@@ -54045,8 +54045,8 @@
 
 @findex @code{mysql_send_long_data()}.
 
-@code{int mysql_send_long_data(MYSQL_STMT *stmt, unsigned int
-parameter_number, const char *data, ulong length)}
+@code{my_bool mysql_send_long_data(MYSQL_STMT *stmt, unsigned int
+parameter_number, const char *data, unsigned long length)}
 
 @subsubheading Description
 
@@ -54203,7 +54203,7 @@
 
 @findex @code{mysql_stmt_error()}.
 
-@code{char *mysql_stmt_error(MYSQL_STMT *stmt)}
+@code{const char *mysql_stmt_error(MYSQL_STMT *stmt)}
 
 @subsubheading Description
 

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>