List:Commits« Previous MessageNext Message »
From:paul.dubois Date:February 3 2009 6:48pm
Subject:svn commit - mysqldoc@docsrva: r13537 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2009-02-03 19:48:41 +0100 (Tue, 03 Feb 2009)
New Revision: 13537

Log:
 r38142@frost:  paul | 2009-02-03 11:15:23 -0500
 Add indexing tags


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

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


Modified: trunk/refman-4.1/apis-c.xml
===================================================================
--- trunk/refman-4.1/apis-c.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-4.1/apis-c.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 564 bytes

@@ -13720,6 +13720,10 @@
 
       <listitem>
         <para>
+          <indexterm>
+            <primary>ZEROFILL</primary>
+          </indexterm>
+
           When converting an integer to string,
           <literal>ZEROFILL</literal> is honored with prepared
           statements in some cases where the MySQL server doesn't print


Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-4.1/data-types.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1081 bytes

@@ -130,6 +130,18 @@
 
       <title>Overview of Numeric Types</title>
 
+      <indexterm>
+        <primary>ZEROFILL</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>UNSIGNED</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>SERIAL</primary>
+      </indexterm>
+
       <para>
         A summary of the numeric data types follows. For additional
         information about properties of the numeric types, see

@@ -2239,6 +2251,18 @@
 
     <title>Numeric Types</title>
 
+    <indexterm>
+      <primary>ZEROFILL</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>UNSIGNED</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>AUTO_INCREMENT</primary>
+    </indexterm>
+
     <para>
       MySQL supports all of the standard SQL numeric data types. These
       types include the exact numeric data types


Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-5.0/apis-c.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 564 bytes

@@ -13950,6 +13950,10 @@
 
       <listitem>
         <para>
+          <indexterm>
+            <primary>ZEROFILL</primary>
+          </indexterm>
+
           When converting an integer to string,
           <literal>ZEROFILL</literal> is honored with prepared
           statements in some cases where the MySQL server doesn't print


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-5.0/data-types.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1081 bytes

@@ -130,6 +130,18 @@
 
       <title>Overview of Numeric Types</title>
 
+      <indexterm>
+        <primary>ZEROFILL</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>UNSIGNED</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>SERIAL</primary>
+      </indexterm>
+
       <para>
         A summary of the numeric data types follows. For additional
         information about properties of the numeric types, see

@@ -2316,6 +2328,18 @@
 
     <title>Numeric Types</title>
 
+    <indexterm>
+      <primary>ZEROFILL</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>UNSIGNED</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>AUTO_INCREMENT</primary>
+    </indexterm>
+
     <para>
       MySQL supports all of the standard SQL numeric data types. These
       types include the exact numeric data types


Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-5.1/apis-c.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 564 bytes

@@ -14036,6 +14036,10 @@
 
       <listitem>
         <para>
+          <indexterm>
+            <primary>ZEROFILL</primary>
+          </indexterm>
+
           When converting an integer to string,
           <literal>ZEROFILL</literal> is honored with prepared
           statements in some cases where the MySQL server doesn't print


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-5.1/data-types.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1081 bytes

@@ -130,6 +130,18 @@
 
       <title>Overview of Numeric Types</title>
 
+      <indexterm>
+        <primary>ZEROFILL</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>UNSIGNED</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>SERIAL</primary>
+      </indexterm>
+
       <para>
         A summary of the numeric data types follows. For additional
         information about properties of the numeric types, see

@@ -2178,6 +2190,18 @@
 
     <title>Numeric Types</title>
 
+    <indexterm>
+      <primary>ZEROFILL</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>UNSIGNED</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>AUTO_INCREMENT</primary>
+    </indexterm>
+
     <para>
       MySQL supports all of the standard SQL numeric data types. These
       types include the exact numeric data types


Modified: trunk/refman-6.0/apis-c.xml
===================================================================
--- trunk/refman-6.0/apis-c.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-6.0/apis-c.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 564 bytes

@@ -14103,6 +14103,10 @@
 
       <listitem>
         <para>
+          <indexterm>
+            <primary>ZEROFILL</primary>
+          </indexterm>
+
           When converting an integer to string,
           <literal>ZEROFILL</literal> is honored with prepared
           statements in some cases where the MySQL server doesn't print


Modified: trunk/refman-6.0/data-types.xml
===================================================================
--- trunk/refman-6.0/data-types.xml	2009-02-03 17:01:12 UTC (rev 13536)
+++ trunk/refman-6.0/data-types.xml	2009-02-03 18:48:41 UTC (rev 13537)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1081 bytes

@@ -130,6 +130,18 @@
 
       <title>Overview of Numeric Types</title>
 
+      <indexterm>
+        <primary>ZEROFILL</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>UNSIGNED</primary>
+      </indexterm>
+
+      <indexterm>
+        <primary>SERIAL</primary>
+      </indexterm>
+
       <para>
         A summary of the numeric data types follows. For additional
         information about properties of the numeric types, see

@@ -2178,6 +2190,18 @@
 
     <title>Numeric Types</title>
 
+    <indexterm>
+      <primary>ZEROFILL</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>UNSIGNED</primary>
+    </indexterm>
+
+    <indexterm>
+      <primary>AUTO_INCREMENT</primary>
+    </indexterm>
+
     <para>
       MySQL supports all of the standard SQL numeric data types. These
       types include the exact numeric data types


Thread
svn commit - mysqldoc@docsrva: r13537 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois3 Feb