List:Commits« Previous MessageNext Message »
From:jon Date:October 17 2006 1:20pm
Subject:svn commit - mysqldoc@docsrva: r3662 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-17 13:20:56 +0200 (Tue, 17 Oct 2006)
New Revision: 3662

Log:

Added <indexterm> to ndb_restore section (no reference from single user
mode)

"single-user mode" -> "single user mode" (was not consistent)



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2006-10-17 07:02:35 UTC (rev 3661)
+++ trunk/refman-4.1/mysql-cluster.xml	2006-10-17 11:20:56 UTC (rev 3662)
Changed blocks: 10, Lines Added: 26, Lines Deleted: 21; 5100 bytes

@@ -10540,11 +10540,11 @@
         <listitem>
           <indexterm>
             <primary>MySQL Cluster</primary>
-            <secondary>single-user mode</secondary>
+            <secondary>single user mode</secondary>
           </indexterm>
 
           <indexterm>
-            <primary>single-user mode (MySQL Cluster)</primary>
+            <primary>single user mode (MySQL Cluster)</primary>
           </indexterm>
 
           <indexterm>

@@ -10562,7 +10562,7 @@
           </para>
 
           <para>
-            Enters single-user mode, whereby only the MySQL server
+            Enters single user mode, whereby only the MySQL server
             identified by the node ID <replaceable>node_id</replaceable>
             is allowed to access the database.
           </para>

@@ -10583,7 +10583,7 @@
           </para>
 
           <para>
-            Exits single-user mode, allowing all SQL nodes (that is, all
+            Exits single user mode, allowing all SQL nodes (that is, all
             running <command>mysqld</command> processes) to access the
             database.
           </para>

@@ -11939,34 +11939,34 @@
 
     <section id="mysql-cluster-single-user-mode">
 
-      <title>Single-User Mode</title>
+      <title>Single User Mode</title>
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>single-user mode</secondary>
+        <secondary>single user mode</secondary>
       </indexterm>
 
       <indexterm>
-        <primary>single-user mode (MySQL Cluster)</primary>
+        <primary>single user mode (MySQL Cluster)</primary>
       </indexterm>
 
       <para>
-        Single-user mode allows the database administrator to restrict
-        access to the database system to a single MySQL server (SQL
-        node). When entering single-user mode, all connections to all
-        other MySQL servers are closed gracefully and all running
-        transactions are aborted. No new transactions are allowed to be
-        started.
+        <firstterm>Single user mode</firstterm> allows the database
+        administrator to restrict access to the database system to a
+        single MySQL server (SQL node). When entering single user mode,
+        all connections to all other MySQL servers are closed gracefully
+        and all running transactions are aborted. No new transactions
+        are allowed to start.
       </para>
 
       <para>
-        Once the cluster has entered single-user mode, only the
+        Once the cluster has entered single user mode, only the
         designated SQL node is granted access to the database.
       </para>
 
       <para>
         You can use the <command>ALL STATUS</command> command to see
-        when the cluster has entered single-user mode.
+        when the cluster has entered single user mode.
       </para>
 
       <para>

@@ -11983,7 +11983,7 @@
 
       <para>
         After this command has executed and the cluster has entered
-        single-user mode, the SQL node whose node ID is
+        single user mode, the SQL node whose node ID is
         <literal>5</literal> becomes the cluster's only permitted user.
       </para>
 

@@ -12002,7 +12002,7 @@
 
       <para>
         The command <command>EXIT SINGLE USER MODE</command> changes the
-        state of the cluster's data nodes from single-user mode to
+        state of the cluster's data nodes from single user mode to
         normal mode. MySQL Servers waiting for a connection (that is,
         for the cluster to become ready and available), are again
         permitted to connect. The MySQL Server denoted as the

@@ -12024,12 +12024,12 @@
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>node failure (single-user mode)</secondary>
+        <secondary>node failure (single user mode)</secondary>
       </indexterm>
 
       <para>
         There are two recommended ways to handle a node failure when
-        running in single-user mode:
+        running in single user mode:
       </para>
 
       <itemizedlist>

@@ -12043,7 +12043,7 @@
 
             <listitem>
               <para>
-                Finish all single-user mode transactions
+                Finish all single user mode transactions
               </para>
             </listitem>
 

@@ -12069,7 +12069,7 @@
           </para>
 
           <para>
-            Restart database nodes prior to entering single-user mode.
+            Restart database nodes prior to entering single user mode.
           </para>
         </listitem>
 

@@ -12404,6 +12404,11 @@
         set of backup files &mdash; that is, once for each data node in
         the cluster at the time that the backup was created.
       </para>
+      
+      <indexterm>
+        <primary>single user mode (MySQL Cluster)</primary>
+        <secondary>and <command>ndb_restore</command></secondary>
+      </indexterm>
 
       <para>
         <emphasis role="bold">Important</emphasis>: In order to use


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2006-10-17 07:02:35 UTC (rev 3661)
+++ trunk/refman-5.0/mysql-cluster.xml	2006-10-17 11:20:56 UTC (rev 3662)
Changed blocks: 10, Lines Added: 26, Lines Deleted: 21; 5100 bytes

@@ -10585,11 +10585,11 @@
         <listitem>
           <indexterm>
             <primary>MySQL Cluster</primary>
-            <secondary>single-user mode</secondary>
+            <secondary>single user mode</secondary>
           </indexterm>
 
           <indexterm>
-            <primary>single-user mode (MySQL Cluster)</primary>
+            <primary>single user mode (MySQL Cluster)</primary>
           </indexterm>
 
           <indexterm>

@@ -10607,7 +10607,7 @@
           </para>
 
           <para>
-            Enters single-user mode, whereby only the MySQL server
+            Enters single user mode, whereby only the MySQL server
             identified by the node ID <replaceable>node_id</replaceable>
             is allowed to access the database.
           </para>

@@ -10628,7 +10628,7 @@
           </para>
 
           <para>
-            Exits single-user mode, allowing all SQL nodes (that is, all
+            Exits single user mode, allowing all SQL nodes (that is, all
             running <command>mysqld</command> processes) to access the
             database.
           </para>

@@ -11984,34 +11984,34 @@
 
     <section id="mysql-cluster-single-user-mode">
 
-      <title>Single-User Mode</title>
+      <title>Single User Mode</title>
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>single-user mode</secondary>
+        <secondary>single user mode</secondary>
       </indexterm>
 
       <indexterm>
-        <primary>single-user mode (MySQL Cluster)</primary>
+        <primary>single user mode (MySQL Cluster)</primary>
       </indexterm>
 
       <para>
-        Single-user mode allows the database administrator to restrict
-        access to the database system to a single MySQL server (SQL
-        node). When entering single-user mode, all connections to all
-        other MySQL servers are closed gracefully and all running
-        transactions are aborted. No new transactions are allowed to be
-        started.
+        <firstterm>Single user mode</firstterm> allows the database
+        administrator to restrict access to the database system to a
+        single MySQL server (SQL node). When entering single user mode,
+        all connections to all other MySQL servers are closed gracefully
+        and all running transactions are aborted. No new transactions
+        are allowed to start.
       </para>
 
       <para>
-        Once the cluster has entered single-user mode, only the
+        Once the cluster has entered single user mode, only the
         designated SQL node is granted access to the database.
       </para>
 
       <para>
         You can use the <command>ALL STATUS</command> command to see
-        when the cluster has entered single-user mode.
+        when the cluster has entered single user mode.
       </para>
 
       <para>

@@ -12028,7 +12028,7 @@
 
       <para>
         After this command has executed and the cluster has entered
-        single-user mode, the SQL node whose node ID is
+        single user mode, the SQL node whose node ID is
         <literal>5</literal> becomes the cluster's only permitted user.
       </para>
 

@@ -12047,7 +12047,7 @@
 
       <para>
         The command <command>EXIT SINGLE USER MODE</command> changes the
-        state of the cluster's data nodes from single-user mode to
+        state of the cluster's data nodes from single user mode to
         normal mode. MySQL Servers waiting for a connection (that is,
         for the cluster to become ready and available), are again
         permitted to connect. The MySQL Server denoted as the

@@ -12069,12 +12069,12 @@
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>node failure (single-user mode)</secondary>
+        <secondary>node failure (single user mode)</secondary>
       </indexterm>
 
       <para>
         There are two recommended ways to handle a node failure when
-        running in single-user mode:
+        running in single user mode:
       </para>
 
       <itemizedlist>

@@ -12088,7 +12088,7 @@
 
             <listitem>
               <para>
-                Finish all single-user mode transactions
+                Finish all single user mode transactions
               </para>
             </listitem>
 

@@ -12114,7 +12114,7 @@
           </para>
 
           <para>
-            Restart database nodes prior to entering single-user mode.
+            Restart database nodes prior to entering single user mode.
           </para>
         </listitem>
 

@@ -12449,6 +12449,11 @@
         set of backup files &mdash; that is, once for each data node in
         the cluster at the time that the backup was created.
       </para>
+      
+      <indexterm>
+        <primary>single user mode (MySQL Cluster)</primary>
+        <secondary>and <command>ndb_restore</command></secondary>
+      </indexterm>
 
       <para>
         <emphasis role="bold">Important</emphasis>: In order to use


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2006-10-17 07:02:35 UTC (rev 3661)
+++ trunk/refman-5.1/mysql-cluster.xml	2006-10-17 11:20:56 UTC (rev 3662)
Changed blocks: 10, Lines Added: 26, Lines Deleted: 21; 5100 bytes

@@ -10481,11 +10481,11 @@
         <listitem>
           <indexterm>
             <primary>MySQL Cluster</primary>
-            <secondary>single-user mode</secondary>
+            <secondary>single user mode</secondary>
           </indexterm>
 
           <indexterm>
-            <primary>single-user mode (MySQL Cluster)</primary>
+            <primary>single user mode (MySQL Cluster)</primary>
           </indexterm>
 
           <indexterm>

@@ -10503,7 +10503,7 @@
           </para>
 
           <para>
-            Enters single-user mode, whereby only the MySQL server
+            Enters single user mode, whereby only the MySQL server
             identified by the node ID <replaceable>node_id</replaceable>
             is allowed to access the database.
           </para>

@@ -10524,7 +10524,7 @@
           </para>
 
           <para>
-            Exits single-user mode, allowing all SQL nodes (that is, all
+            Exits single user mode, allowing all SQL nodes (that is, all
             running <command>mysqld</command> processes) to access the
             database.
           </para>

@@ -11880,34 +11880,34 @@
 
     <section id="mysql-cluster-single-user-mode">
 
-      <title>Single-User Mode</title>
+      <title>Single User Mode</title>
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>single-user mode</secondary>
+        <secondary>single user mode</secondary>
       </indexterm>
 
       <indexterm>
-        <primary>single-user mode (MySQL Cluster)</primary>
+        <primary>single user mode (MySQL Cluster)</primary>
       </indexterm>
 
       <para>
-        Single-user mode allows the database administrator to restrict
-        access to the database system to a single MySQL server (SQL
-        node). When entering single-user mode, all connections to all
-        other MySQL servers are closed gracefully and all running
-        transactions are aborted. No new transactions are allowed to be
-        started.
+        <firstterm>Single user mode</firstterm> allows the database
+        administrator to restrict access to the database system to a
+        single MySQL server (SQL node). When entering single user mode,
+        all connections to all other MySQL servers are closed gracefully
+        and all running transactions are aborted. No new transactions
+        are allowed to start.
       </para>
 
       <para>
-        Once the cluster has entered single-user mode, only the
+        Once the cluster has entered single user mode, only the
         designated SQL node is granted access to the database.
       </para>
 
       <para>
         You can use the <command>ALL STATUS</command> command to see
-        when the cluster has entered single-user mode.
+        when the cluster has entered single user mode.
       </para>
 
       <para>

@@ -11924,7 +11924,7 @@
 
       <para>
         After this command has executed and the cluster has entered
-        single-user mode, the SQL node whose node ID is
+        single user mode, the SQL node whose node ID is
         <literal>5</literal> becomes the cluster's only permitted user.
       </para>
 

@@ -11943,7 +11943,7 @@
 
       <para>
         The command <command>EXIT SINGLE USER MODE</command> changes the
-        state of the cluster's data nodes from single-user mode to
+        state of the cluster's data nodes from single user mode to
         normal mode. MySQL Servers waiting for a connection (that is,
         for the cluster to become ready and available), are again
         permitted to connect. The MySQL Server denoted as the

@@ -11965,12 +11965,12 @@
 
       <indexterm>
         <primary>MySQL Cluster</primary>
-        <secondary>node failure (single-user mode)</secondary>
+        <secondary>node failure (single user mode)</secondary>
       </indexterm>
 
       <para>
         There are two recommended ways to handle a node failure when
-        running in single-user mode:
+        running in single user mode:
       </para>
 
       <itemizedlist>

@@ -11984,7 +11984,7 @@
 
             <listitem>
               <para>
-                Finish all single-user mode transactions
+                Finish all single user mode transactions
               </para>
             </listitem>
 

@@ -12010,7 +12010,7 @@
           </para>
 
           <para>
-            Restart database nodes prior to entering single-user mode.
+            Restart database nodes prior to entering single user mode.
           </para>
         </listitem>
 

@@ -12345,6 +12345,11 @@
         set of backup files &mdash; that is, once for each data node in
         the cluster at the time that the backup was created.
       </para>
+      
+      <indexterm>
+        <primary>single user mode (MySQL Cluster)</primary>
+        <secondary>and <command>ndb_restore</command></secondary>
+      </indexterm>
 
       <para>
         <emphasis role="bold">Important</emphasis>: In order to use


Thread
svn commit - mysqldoc@docsrva: r3662 - in trunk: refman-4.1 refman-5.0 refman-5.1jon17 Oct