List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 31 2008 2:27pm
Subject:svn commit - mysqldoc@docsrva: r10377 - trunk/refman-5.1
View as plain text  
Author: mcbrown
Date: 2008-03-31 16:27:42 +0200 (Mon, 31 Mar 2008)
New Revision: 10377

Log:
Deprecating the Instance Manager in the 5.1 manual (WL#4104)



Modified:
   trunk/refman-5.1/programs-admin-util-core.xml
   trunk/refman-5.1/programs.xml


Modified: trunk/refman-5.1/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.1/programs-admin-util-core.xml	2008-03-30 20:52:37 UTC (rev 10376)
+++ trunk/refman-5.1/programs-admin-util-core.xml	2008-03-31 14:27:42 UTC (rev 10377)
Changed blocks: 9, Lines Added: 57, Lines Deleted: 1; 3793 bytes

@@ -55,7 +55,7 @@
 </programlisting>
 
       <para>
-        <command>innodchecksum</command> understands the options
+        <command>innochecksum</command> understands the options
         described in the following list. For options that refer to page
         numbers, the numbers are zero-based.
       </para>

@@ -5566,6 +5566,13 @@
 
       <title>Description</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         <command>mysqlmanager</command> is the MySQL Instance Manager
         (IM). This program monitors and manages MySQL Database Server

@@ -5659,6 +5666,13 @@
 
       <title>MySQL Instance Manager Command Options</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         The MySQL Instance Manager supports a number of command options.
         For a brief listing, invoke <command>mysqlmanager</command> with

@@ -6448,6 +6462,13 @@
 
       <title>MySQL Instance Manager Configuration Files</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         Instance Manager uses its standard configuration file unless it
         is started with a <option>--defaults-file</option> option that

@@ -6589,6 +6610,13 @@
 
       <title>Starting the MySQL Server with MySQL Instance Manager</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         This section discusses how Instance Manager starts server
         instances when it starts. However, before you start Instance

@@ -6758,6 +6786,13 @@
 
       <title>Instance Manager User and Password Management</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         The Instance Manager stores its user information in a password
         file. On Windows, the default is

@@ -7032,6 +7067,13 @@
 
       <title>MySQL Server Instance Status Monitoring</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         To monitor the status of each guarded server instance, the MySQL
         Instance Manager attempts to connect to the instance at regular

@@ -7147,6 +7189,13 @@
 
       <title>Connecting to MySQL Instance Manager</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         After you set up a password file for the MySQL Instance Manager
         and Instance Manager is running, you can connect to it. The

@@ -7172,6 +7221,13 @@
 
       <title>MySQL Instance Manager Commands</title>
 
+      <important>
+        <para>
+          MySQL Instance Manager has been deprecated and will be removed
+          in MySQL 6.0.
+        </para>
+      </important>
+
       <para>
         After you connect to MySQL Instance Manager, you can issue
         commands. The following general principles apply to Instance


Modified: trunk/refman-5.1/programs.xml
===================================================================
--- trunk/refman-5.1/programs.xml	2008-03-30 20:52:37 UTC (rev 10376)
+++ trunk/refman-5.1/programs.xml	2008-03-31 14:27:42 UTC (rev 10377)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 578 bytes

@@ -590,6 +590,13 @@
           managing MySQL servers. See
           <xref linkend="instance-manager"/>.
         </para>
+
+        <important>
+          <para>
+            MySQL Instance Manager has been deprecated and will be
+            removed in MySQL 6.0.
+          </para>
+        </important>
       </listitem>
 
       <listitem>


Thread
svn commit - mysqldoc@docsrva: r10377 - trunk/refman-5.1mcbrown31 Mar