List:Internals« Previous MessageNext Message »
From:stefan Date:June 24 2005 2:59pm
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.2881)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan 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.2881 05/06/24 16:59:34 stefan@stripped +3 -0
  mysql-apis.xml:
    Sync with refman
    Make Russell's example program more generic

  refman-5.0/mysql-apis.xml
    1.4 05/06/24 16:59:25 stefan@stripped +2 -2
    Sync with refman

  refman-4.1/mysql-apis.xml
    1.4 05/06/24 16:59:22 stefan@stripped +2 -2
    Sync with refman

  refman/mysql-apis.xml
    1.4 05/06/24 16:59:08 stefan@stripped +2 -2
    Make Russell's example program more generic

# 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:	stefan
# Host:	apollon.site
# Root:	/home/stefan/bk/mysqldoc

--- 1.3/refman-4.1/mysql-apis.xml	2005-06-24 15:44:54 +02:00
+++ 1.4/refman-4.1/mysql-apis.xml	2005-06-24 16:59:22 +02:00
@@ -12648,9 +12648,9 @@
    mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "libmysqld_client");
    mysql_options(mysql, MYSQL_OPT_USE_EMBEDDED_CONNECTION, NULL);
 
-   mysql_real_connect(mysql, NULL,NULL,NULL, "tester", 0,NULL,0);
+   mysql_real_connect(mysql, NULL,NULL,NULL, "database1", 0,NULL,0);
 
-   mysql_query(mysql, "SELECT book_id, title FROM books");
+   mysql_query(mysql, "SELECT column1, column2 FROM table1");
 
    results = mysql_store_result(mysql);
 

--- 1.3/refman-5.0/mysql-apis.xml	2005-06-24 15:44:55 +02:00
+++ 1.4/refman-5.0/mysql-apis.xml	2005-06-24 16:59:25 +02:00
@@ -12648,9 +12648,9 @@
    mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "libmysqld_client");
    mysql_options(mysql, MYSQL_OPT_USE_EMBEDDED_CONNECTION, NULL);
 
-   mysql_real_connect(mysql, NULL,NULL,NULL, "tester", 0,NULL,0);
+   mysql_real_connect(mysql, NULL,NULL,NULL, "database1", 0,NULL,0);
 
-   mysql_query(mysql, "SELECT book_id, title FROM books");
+   mysql_query(mysql, "SELECT column1, column2 FROM table1");
 
    results = mysql_store_result(mysql);
 

--- 1.3/refman/mysql-apis.xml	2005-06-24 15:44:22 +02:00
+++ 1.4/refman/mysql-apis.xml	2005-06-24 16:59:08 +02:00
@@ -12648,9 +12648,9 @@
    mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "libmysqld_client");
    mysql_options(mysql, MYSQL_OPT_USE_EMBEDDED_CONNECTION, NULL);
 
-   mysql_real_connect(mysql, NULL,NULL,NULL, "tester", 0,NULL,0);
+   mysql_real_connect(mysql, NULL,NULL,NULL, "database1", 0,NULL,0);
 
-   mysql_query(mysql, "SELECT book_id, title FROM books");
+   mysql_query(mysql, "SELECT column1, column2 FROM table1");
 
    results = mysql_store_result(mysql);
 
Thread
bk commit - mysqldoc@docsrva tree (stefan:1.2881)stefan24 Jun