List:Internals« Previous MessageNext Message »
From:stefan Date:July 29 2005 7:50pm
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.3137)
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.3137 05/07/29 21:50:42 stefan@stripped +3 -0
  mysql-apis.xml:
    Sync with refman
    Add link to configure section of install cha

  refman-5.0/mysql-apis.xml
    1.19 05/07/29 21:50:30 stefan@stripped +6 -5
    Sync with refman

  refman-4.1/mysql-apis.xml
    1.17 05/07/29 21:50:27 stefan@stripped +6 -5
    Sync with refman

  refman/mysql-apis.xml
    1.20 05/07/29 21:50:05 stefan@stripped +6 -5
    Add link to configure section of install cha

# 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.16/refman-4.1/mysql-apis.xml	2005-07-26 16:58:26 +02:00
+++ 1.17/refman-4.1/mysql-apis.xml	2005-07-29 21:50:27 +02:00
@@ -1538,13 +1538,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_affected_rows()</literal> was called prior to
           calling <literal>mysql_store_result()</literal>. Because
           <literal>mysql_affected_rows()</literal> returns an unsigned
-          value, you can check for −1 by comparing the return value to
+          value, you can check for -1 by comparing the return value to
           <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -7184,7 +7184,7 @@
                 <entry>Successful and there are more results</entry>
               </row>
               <row>
-                <entry>−1</entry>
+                <entry>-1</entry>
                 <entry>Successful and there are no more results</entry>
               </row>
               <row>
@@ -8309,13 +8309,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query, or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_stmt_affected_rows()</literal> was called prior
           to calling <literal>mysql_stmt_store_result()</literal>.
           Because <literal>mysql_stmt_affected_rows()</literal> returns
-          an unsigned value, you can check for −1 by comparing the
+          an unsigned value, you can check for -1 by comparing the
           return value to <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -12296,6 +12296,7 @@
           To get a <literal>libmysqld</literal> library you should
           configure MySQL with the
           <option>--with-embedded-server</option> option.
+          See <xref linkend="configure-options"/>.
         </para>
 
         <para>

--- 1.18/refman-5.0/mysql-apis.xml	2005-07-26 16:58:27 +02:00
+++ 1.19/refman-5.0/mysql-apis.xml	2005-07-29 21:50:30 +02:00
@@ -1540,13 +1540,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_affected_rows()</literal> was called prior to
           calling <literal>mysql_store_result()</literal>. Because
           <literal>mysql_affected_rows()</literal> returns an unsigned
-          value, you can check for −1 by comparing the return value to
+          value, you can check for -1 by comparing the return value to
           <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -7232,7 +7232,7 @@
                 <entry>Successful and there are more results</entry>
               </row>
               <row>
-                <entry>−1</entry>
+                <entry>-1</entry>
                 <entry>Successful and there are no more results</entry>
               </row>
               <row>
@@ -8357,13 +8357,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query, or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_stmt_affected_rows()</literal> was called prior
           to calling <literal>mysql_stmt_store_result()</literal>.
           Because <literal>mysql_stmt_affected_rows()</literal> returns
-          an unsigned value, you can check for −1 by comparing the
+          an unsigned value, you can check for -1 by comparing the
           return value to <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -12344,6 +12344,7 @@
           To get a <literal>libmysqld</literal> library you should
           configure MySQL with the
           <option>--with-embedded-server</option> option.
+          See <xref linkend="configure-options"/>.
         </para>
 
         <para>

--- 1.19/refman/mysql-apis.xml	2005-07-26 16:44:08 +02:00
+++ 1.20/refman/mysql-apis.xml	2005-07-29 21:50:05 +02:00
@@ -1561,13 +1561,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_affected_rows()</literal> was called prior to
           calling <literal>mysql_store_result()</literal>. Because
           <literal>mysql_affected_rows()</literal> returns an unsigned
-          value, you can check for −1 by comparing the return value to
+          value, you can check for -1 by comparing the return value to
           <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -7255,7 +7255,7 @@
                 <entry>Successful and there are more results</entry>
               </row>
               <row>
-                <entry>−1</entry>
+                <entry>-1</entry>
                 <entry>Successful and there are no more results</entry>
               </row>
               <row>
@@ -8380,13 +8380,13 @@
           affected or retrieved. Zero indicates that no records were
           updated for an <literal>UPDATE</literal> statement, no rows
           matched the <literal>WHERE</literal> clause in the query, or
-          that no query has yet been executed. −1 indicates that the
+          that no query has yet been executed. -1 indicates that the
           query returned an error or that, for a
           <literal>SELECT</literal> query,
           <literal>mysql_stmt_affected_rows()</literal> was called prior
           to calling <literal>mysql_stmt_store_result()</literal>.
           Because <literal>mysql_stmt_affected_rows()</literal> returns
-          an unsigned value, you can check for −1 by comparing the
+          an unsigned value, you can check for -1 by comparing the
           return value to <literal>(my_ulonglong)-1</literal> (or to
           <literal>(my_ulonglong)~0</literal>, which is equivalent).
         </para>
@@ -12367,6 +12367,7 @@
           To get a <literal>libmysqld</literal> library you should
           configure MySQL with the
           <option>--with-embedded-server</option> option.
+          See <xref linkend="configure-options"/>.
         </para>
 
         <para>
Thread
bk commit - mysqldoc@docsrva tree (stefan:1.3137)stefan29 Jul