List:Commits« Previous MessageNext Message »
From:paul Date:February 21 2007 4:29pm
Subject:svn commit - mysqldoc@docsrva: r5015 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-02-21 17:29:48 +0100 (Wed, 21 Feb 2007)
New Revision: 5015

Log:
 r20265@polar:  paul | 2007-02-21 10:19:15 -0600
 Move a cross-reference so that it doesn't appear in the page
 being cross-referenced. :-)


Modified:
   trunk/refman-4.1/apis-c.xml
   trunk/refman-5.0/apis-c.xml
   trunk/refman-5.1/apis-c.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20180
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16605
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20265
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16605
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-4.1/apis-c.xml
===================================================================
--- trunk/refman-4.1/apis-c.xml	2007-02-21 12:38:20 UTC (rev 5014)
+++ trunk/refman-4.1/apis-c.xml	2007-02-21 16:29:48 UTC (rev 5015)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 13; 2324 bytes

@@ -738,13 +738,12 @@
         <para>
           To distinguish between binary and non-binary data for string
           data types, check whether the <literal>charsetnr</literal>
-          value is 63 (see <xref linkend="c-api-datatypes"/>). If so,
-          the character set is <literal>binary</literal>, which
-          indicates binary rather than non-binary data. This is how to
-          distinguish between <literal>BINARY</literal> and
-          <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-          <literal>VARCHAR</literal>, and <literal>BLOB</literal> and
-          <literal>TEXT</literal>.
+          value is 63. If so, the character set is
+          <literal>binary</literal>, which indicates binary rather than
+          non-binary data. This is how to distinguish between
+          <literal>BINARY</literal> and <literal>CHAR</literal>,
+          <literal>VARBINARY</literal> and <literal>VARCHAR</literal>,
+          and <literal>BLOB</literal> and <literal>TEXT</literal>.
         </para>
       </listitem>
 

@@ -8729,12 +8728,12 @@
       To determine whether output string values in a result set returned
       from the server contain binary or non-binary data, check whether
       the <literal>charsetnr</literal> value of the result set metadata
-      is 63. If so, the character set is <literal>binary</literal>,
-      which indicates binary rather than non-binary data. This enables
-      you to distinguish between <literal>BINARY</literal> and
-      <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-      <literal>VARCHAR</literal>, and the <literal>BLOB</literal> and
-      <literal>TEXT</literal> types.
+      is 63 (see <xref linkend="c-api-datatypes"/>). If so, the
+      character set is <literal>binary</literal>, which indicates binary
+      rather than non-binary data. This enables you to distinguish
+      between <literal>BINARY</literal> and <literal>CHAR</literal>,
+      <literal>VARBINARY</literal> and <literal>VARCHAR</literal>, and
+      the <literal>BLOB</literal> and <literal>TEXT</literal> types.
     </para>
 
   </section>


Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml	2007-02-21 12:38:20 UTC (rev 5014)
+++ trunk/refman-5.0/apis-c.xml	2007-02-21 16:29:48 UTC (rev 5015)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 13; 2324 bytes

@@ -737,13 +737,12 @@
         <para>
           To distinguish between binary and non-binary data for string
           data types, check whether the <literal>charsetnr</literal>
-          value is 63 (see <xref linkend="c-api-datatypes"/>). If so,
-          the character set is <literal>binary</literal>, which
-          indicates binary rather than non-binary data. This is how to
-          distinguish between <literal>BINARY</literal> and
-          <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-          <literal>VARCHAR</literal>, and <literal>BLOB</literal> and
-          <literal>TEXT</literal>.
+          value is 63. If so, the character set is
+          <literal>binary</literal>, which indicates binary rather than
+          non-binary data. This is how to distinguish between
+          <literal>BINARY</literal> and <literal>CHAR</literal>,
+          <literal>VARBINARY</literal> and <literal>VARCHAR</literal>,
+          and <literal>BLOB</literal> and <literal>TEXT</literal>.
         </para>
       </listitem>
 

@@ -8854,12 +8853,12 @@
       To determine whether output string values in a result set returned
       from the server contain binary or non-binary data, check whether
       the <literal>charsetnr</literal> value of the result set metadata
-      is 63. If so, the character set is <literal>binary</literal>,
-      which indicates binary rather than non-binary data. This enables
-      you to distinguish between <literal>BINARY</literal> and
-      <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-      <literal>VARCHAR</literal>, and the <literal>BLOB</literal> and
-      <literal>TEXT</literal> types.
+      is 63 (see <xref linkend="c-api-datatypes"/>). If so, the
+      character set is <literal>binary</literal>, which indicates binary
+      rather than non-binary data. This enables you to distinguish
+      between <literal>BINARY</literal> and <literal>CHAR</literal>,
+      <literal>VARBINARY</literal> and <literal>VARCHAR</literal>, and
+      the <literal>BLOB</literal> and <literal>TEXT</literal> types.
     </para>
 
   </section>


Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml	2007-02-21 12:38:20 UTC (rev 5014)
+++ trunk/refman-5.1/apis-c.xml	2007-02-21 16:29:48 UTC (rev 5015)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 13; 2324 bytes

@@ -736,13 +736,12 @@
         <para>
           To distinguish between binary and non-binary data for string
           data types, check whether the <literal>charsetnr</literal>
-          value is 63 (see <xref linkend="c-api-datatypes"/>). If so,
-          the character set is <literal>binary</literal>, which
-          indicates binary rather than non-binary data. This is how to
-          distinguish between <literal>BINARY</literal> and
-          <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-          <literal>VARCHAR</literal>, and <literal>BLOB</literal> and
-          <literal>TEXT</literal>.
+          value is 63. If so, the character set is
+          <literal>binary</literal>, which indicates binary rather than
+          non-binary data. This is how to distinguish between
+          <literal>BINARY</literal> and <literal>CHAR</literal>,
+          <literal>VARBINARY</literal> and <literal>VARCHAR</literal>,
+          and <literal>BLOB</literal> and <literal>TEXT</literal>.
         </para>
       </listitem>
 

@@ -8963,12 +8962,12 @@
       To determine whether output string values in a result set returned
       from the server contain binary or non-binary data, check whether
       the <literal>charsetnr</literal> value of the result set metadata
-      is 63. If so, the character set is <literal>binary</literal>,
-      which indicates binary rather than non-binary data. This enables
-      you to distinguish between <literal>BINARY</literal> and
-      <literal>CHAR</literal>, <literal>VARBINARY</literal> and
-      <literal>VARCHAR</literal>, and the <literal>BLOB</literal> and
-      <literal>TEXT</literal> types.
+      is 63 (see <xref linkend="c-api-datatypes"/>). If so, the
+      character set is <literal>binary</literal>, which indicates binary
+      rather than non-binary data. This enables you to distinguish
+      between <literal>BINARY</literal> and <literal>CHAR</literal>,
+      <literal>VARBINARY</literal> and <literal>VARCHAR</literal>, and
+      the <literal>BLOB</literal> and <literal>TEXT</literal> types.
     </para>
 
   </section>


Thread
svn commit - mysqldoc@docsrva: r5015 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul21 Feb