List:Commits« Previous MessageNext Message »
From:paul Date:January 26 2007 3:13am
Subject:svn commit - mysqldoc@docsrva: r4652 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-01-26 04:13:27 +0100 (Fri, 26 Jan 2007)
New Revision: 4652

Log:
 r15372@frost:  paul | 2007-01-25 21:11:38 -0600
 Add some indexterm tags for configure options.


Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing-cs.xml
   trunk/refman-5.1/installing.xml

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


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2007-01-26 03:13:07 UTC (rev 4651)
+++ trunk/refman-4.1/installing.xml	2007-01-26 03:13:27 UTC (rev 4652)
Changed blocks: 9, Lines Added: 99, Lines Deleted: 9; 6016 bytes

@@ -7754,6 +7754,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>without-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>without-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To compile just the MySQL client libraries and client
             programs and not the server, use the
             <option>--without-server</option> option:

@@ -7780,6 +7790,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-embedded-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-embedded-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you want to build the embedded MySQL library
             (<literal>libmysqld.a</literal>), use the
             <option>--with-embedded-server</option> option.

@@ -7788,6 +7808,26 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>previx option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>previx option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>localstatedir option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>localstatedir option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you do not want your log files and database directories
             located under <filename>/usr/local/var</filename>, use a
             <command>configure</command> command something like one of

@@ -7824,6 +7864,16 @@
         <listitem>
           <para>
             <indexterm>
+              <primary>configure</primary>
+              <secondary>with-unix-socket-path option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-unix-socket-path option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
               <primary>changing socket location</primary>
             </indexterm>
 

@@ -8080,18 +8130,18 @@
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-charset</secondary>
+              <primary>configure</primary>
+              <secondary>with-charset option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-extra-charsets</secondary>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-collation</secondary>
+              <primary>configure</primary>
+              <secondary>with-collation option</secondary>
             </indexterm>
 
             By default, MySQL uses the <literal>latin1</literal> (cp1252

@@ -8160,6 +8210,16 @@
           </para>
 
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-extra-charsets option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             With the <command>configure</command> option
             <option>--with-extra-charsets=<replaceable>LIST</replaceable></option>,
             you can define which additional character sets should be

@@ -8201,6 +8261,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-debug option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-debug option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To configure MySQL with debugging code, use the
             <option>--with-debug</option> option:
           </para>

@@ -8218,6 +8288,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>enable-thread-safe-client option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>enable-thread-safe-client option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If your client programs are using threads, you must compile
             a thread-safe version of the MySQL client library with the
             <option>--enable-thread-safe-client</option> configure

@@ -8229,9 +8309,19 @@
 
         <listitem>
           <para>
-            It is now possible to build MySQL with big table support
-            using the <option>--with-big-tables</option> option,
-            beginning with the following MySQL versions:
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-big-tables option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-big-tables option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            It is possible to build MySQL with big table support using
+            the <option>--with-big-tables</option> option, beginning
+            with the following MySQL versions:
           </para>
 
           <itemizedlist>


Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml	2007-01-26 03:13:07 UTC (rev 4651)
+++ trunk/refman-5.0/installing-cs.xml	2007-01-26 03:13:27 UTC (rev 4652)
Changed blocks: 9, Lines Added: 96, Lines Deleted: 6; 5791 bytes

@@ -6898,6 +6898,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>without-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>without-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To compile just the MySQL client libraries and client
             programs and not the server, use the
             <option>--without-server</option> option:

@@ -6924,6 +6934,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-embedded-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-embedded-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you want to build the embedded MySQL library
             (<literal>libmysqld.a</literal>), use the
             <option>--with-embedded-server</option> option.

@@ -6932,6 +6952,26 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>previx option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>previx option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>localstatedir option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>localstatedir option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you don't want your log files and database directories
             located under <filename>/usr/local/var</filename>, use a
             <command>configure</command> command something like one of

@@ -6968,6 +7008,16 @@
         <listitem>
           <para>
             <indexterm>
+              <primary>configure</primary>
+              <secondary>with-unix-socket-path option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-unix-socket-path option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
               <primary>changing socket location</primary>
             </indexterm>
 

@@ -7224,18 +7274,18 @@
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-charset</secondary>
+              <primary>configure</primary>
+              <secondary>with-charset option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-extra-charsets</secondary>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-collation</secondary>
+              <primary>configure</primary>
+              <secondary>with-collation option</secondary>
             </indexterm>
 
             By default, MySQL uses the <literal>latin1</literal> (cp1252

@@ -7309,6 +7359,16 @@
           </para>
 
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-extra-charsets option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             With the <command>configure</command> option
             <option>--with-extra-charsets=<replaceable>LIST</replaceable></option>,
             you can define which additional character sets should be

@@ -7350,6 +7410,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-debug option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-debug option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To configure MySQL with debugging code, use the
             <option>--with-debug</option> option:
           </para>

@@ -7377,6 +7447,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>enable-thread-safe-client option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>enable-thread-safe-client option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If your client programs are using threads, you must compile
             a thread-safe version of the MySQL client library with the
             <option>--enable-thread-safe-client</option> configure

@@ -7388,6 +7468,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-big-tables option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-big-tables option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             It is possible to build MySQL &current-series; with large
             table support using the <option>--with-big-tables</option>
             option, beginning with MySQL 5.0.4.


Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2007-01-26 03:13:07 UTC (rev 4651)
+++ trunk/refman-5.1/installing.xml	2007-01-26 03:13:27 UTC (rev 4652)
Changed blocks: 9, Lines Added: 96, Lines Deleted: 6; 5743 bytes

@@ -7632,6 +7632,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>without-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>without-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To compile just the MySQL client libraries and client
             programs and not the server, use the
             <option>--without-server</option> option:

@@ -7658,6 +7668,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-embedded-server option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-embedded-server option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you want to build the embedded MySQL library
             (<literal>libmysqld.a</literal>), use the
             <option>--with-embedded-server</option> option.

@@ -7666,6 +7686,26 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>previx option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>previx option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>localstatedir option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>localstatedir option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If you don't want your log files and database directories
             located under <filename>/usr/local/var</filename>, use a
             <command>configure</command> command something like one of

@@ -7702,6 +7742,16 @@
         <listitem>
           <para>
             <indexterm>
+              <primary>configure</primary>
+              <secondary>with-unix-socket-path option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-unix-socket-path option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
+            <indexterm>
               <primary>changing socket location</primary>
             </indexterm>
 

@@ -7958,18 +8008,18 @@
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-charset</secondary>
+              <primary>configure</primary>
+              <secondary>with-charset option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-extra-charsets</secondary>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
             </indexterm>
 
             <indexterm>
-              <primary>configure option</primary>
-              <secondary>--with-collation</secondary>
+              <primary>configure</primary>
+              <secondary>with-collation option</secondary>
             </indexterm>
 
             By default, MySQL uses the <literal>latin1</literal> (cp1252

@@ -8043,6 +8093,16 @@
           </para>
 
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-extra-charsets option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-extra-charsets option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             With the <command>configure</command> option
             <option>--with-extra-charsets=<replaceable>LIST</replaceable></option>,
             you can define which additional character sets should be

@@ -8084,6 +8144,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-debug option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-debug option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             To configure MySQL with debugging code, use the
             <option>--with-debug</option> option:
           </para>

@@ -8111,6 +8181,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>enable-thread-safe-client option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>enable-thread-safe-client option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             If your client programs are using threads, you must compile
             a thread-safe version of the MySQL client library with the
             <option>--enable-thread-safe-client</option> configure

@@ -8122,6 +8202,16 @@
 
         <listitem>
           <para>
+            <indexterm>
+              <primary>configure</primary>
+              <secondary>with-big-tables option</secondary>
+            </indexterm>
+
+            <indexterm>
+              <primary>with-big-tables option</primary>
+              <secondary>configure</secondary>
+            </indexterm>
+
             It is possible to build MySQL with large table support using
             the <option>--with-big-tables</option> option.
           </para>


Thread
svn commit - mysqldoc@docsrva: r4652 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul26 Jan