List:Internals« Previous MessageNext Message »
From:patg Date:July 14 2004 3:28am
Subject:bk commit - mysqldoc tree (patg:1.1838)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of patg. When patg 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.1838 04/07/13 18:28:44 patg@stripped +1 -0
  manual.texi:
    mysql_stmt_prepare's first argument is a MYSQL_STMT pointer, not a connection pointer.

  Docs/manual.texi
    1.1829 04/07/13 18:27:13 patg@stripped +1 -1
    mysql_stmt_prepare's first argument is a MYSQL_STMT pointer, not a connection pointer.

# 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:	patg
# Host:	krsna.patg.net
# Root:	/home/patg/mysqldoc

--- 1.1828/Docs/manual.texi	Tue Jul 13 09:19:09 2004
+++ 1.1829/Docs/manual.texi	Tue Jul 13 18:27:13 2004
@@ -74968,7 +74968,7 @@
   fprintf(stderr, " mysql_stmt_init(), out of memory\n");
   exit(0);
 @}
-if (mysql_stmt_prepare(mysql, INSERT_SAMPLE, strlen(INSERT_SAMPLE)))
+if (mysql_stmt_prepare(stmt, INSERT_SAMPLE, strlen(INSERT_SAMPLE)))
 @{
   fprintf(stderr, " mysql_stmt_prepare(), INSERT failed\n");
   fprintf(stderr, " %s\n", mysql_stmt_error(stmt));
Thread
bk commit - mysqldoc tree (patg:1.1838)patg14 Jul