List:Commits« Previous MessageNext Message »
From:mhillyer Date:April 17 2006 7:17pm
Subject:svn commit - mysqldoc@docsrva: r1843 - in trunk: refman-5.0 refman-5.1 refman-common
View as plain text  
Author: mhillyer
Date: 2006-04-17 19:17:51 +0200 (Mon, 17 Apr 2006)
New Revision: 1843

Log:
Bugfixes Documented: 17863,15868,15069,18285

Modified:
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.1/database-administration.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2006-04-17 16:45:26 UTC (rev 1842)
+++ trunk/refman-5.0/database-administration.xml	2006-04-17 17:17:51 UTC (rev 1843)
@@ -12374,15 +12374,23 @@
 
         <para>
           If there is a configuration file, the IM reads it to find
-          <literal>[mysqld]</literal> sections (for example,
-          <literal>[mysqld]</literal>,
<literal>[mysqld1]</literal>,
-          <literal>[mysqld2]</literal>, and so forth). Each such section
-          specifies an instance. When it starts, the Instance Manager
-          attempts to start all server instances that it finds. By
-          default, the Instance Manager stops all server instances when
-          it shuts down.
+          <literal>[mysqldN]</literal> sections (for example,
+          <literal>[mysqld1]</literal>,
<literal>[mysqld2]</literal>,
+          and so forth). Each such section specifies an instance. When
+          it starts, the Instance Manager attempts to start all server
+          instances that it finds. By default, the Instance Manager
+          stops all server instances when it shuts down.
         </para>
 
+        <warning>
+
+          <para>
+            The <literal>[mysqld]</literal> section name is deprecated
+            and should not be used in a configuration file.
+          </para>
+
+        </warning>
+
         <para>
           Note that there is a special
          
<option>--mysqld-path=<replaceable>path-to-mysqld-binary</replaceable></option>
@@ -12981,7 +12989,7 @@
         <para>
           Instance Manager uses the standard <filename>my.cnf</filename>
           file. It uses the <literal>[manager]</literal> section to read
-          options for itself and the <literal>[mysqld]</literal>
+          options for itself and the <literal>[mysqldN]</literal>
           sections to create instances. The <literal>[manager]</literal>
           section contains any of the options listed in
           <xref linkend="instance-manager-command-options"/>. Here is an
@@ -13000,6 +13008,17 @@
 bind-address = 192.168.1.5
 </programlisting>
 
+        <warning>
+
+          <para>
+            The <literal>[mysqld]</literal> section name is deprecated
+            and should not be used in a configuration file, instead
+            [mysqldN] sections such as [mysqld1] should be used for
+            specific instances.
+          </para>
+
+        </warning>
+
         <para>
           Prior to MySQL 5.0.10, the MySQL Instance Manager read the
           same configuration files as the MySQL Server, including
@@ -13069,7 +13088,7 @@
         </para>
 
 <programlisting>
-[mysqld]
+[mysqld1]
 mysqld-path=/usr/local/mysql/libexec/mysqld
 socket=/tmp/mysql.sock
 port=3307

Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2006-04-17 16:45:26 UTC (rev 1842)
+++ trunk/refman-5.1/database-administration.xml	2006-04-17 17:17:51 UTC (rev 1843)
@@ -12264,15 +12264,23 @@
 
         <para>
           If there is a configuration file, the IM reads it to find
-          <literal>[mysqld]</literal> sections (for example,
-          <literal>[mysqld]</literal>,
<literal>[mysqld1]</literal>,
-          <literal>[mysqld2]</literal>, and so forth). Each such section
-          specifies an instance. When it starts, the Instance Manager
-          attempts to start all server instances that it finds. By
-          default, the Instance Manager stops all server instances when
-          it shuts down.
+          <literal>[mysqldN]</literal> sections (for example,
+          <literal>[mysqld1]</literal>,
<literal>[mysqld2]</literal>,
+          and so forth). Each such section specifies an instance. When
+          it starts, the Instance Manager attempts to start all server
+          instances that it finds. By default, the Instance Manager
+          stops all server instances when it shuts down.
         </para>
 
+        <warning>
+
+          <para>
+            The <literal>[mysqld]</literal> section name is deprecated
+            and should not be used in a configuration file.
+          </para>
+
+        </warning>
+
         <para>
           Note that there is a special
          
<option>--mysqld-path=<replaceable>path-to-mysqld-binary</replaceable></option>
@@ -12911,6 +12919,17 @@
 bind-address = 192.168.1.5
 </programlisting>
 
+        <warning>
+
+          <para>
+            The <literal>[mysqld]</literal> section name is deprecated
+            and should not be used in a configuration file, instead
+            [mysqldN] sections such as [mysqld1] should be used for
+            specific instances.
+          </para>
+
+        </warning>
+
         <para>
           The MySQL Instance Manager reads and manages the
           <filename>/etc/my.cnf</filename> file only on Unix. On
@@ -12976,7 +12995,7 @@
         </para>
 
 <programlisting>
-[mysqld]
+[mysqld1]
 mysqld-path=/usr/local/mysql/libexec/mysqld
 socket=/tmp/mysql.sock
 port=3307

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-17 16:45:26 UTC (rev 1842)
+++ trunk/refman-common/news-5.0.xml	2006-04-17 17:17:51 UTC (rev 1843)
@@ -218,6 +218,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Default for <literal>INNODB_THREAD_CONCURRENCY</literal>
+          changed to <literal>8</literal>. (Bug #15868)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>
@@ -228,6 +235,14 @@
 
       <listitem>
         <para>
+          Server and clients ignored the <option>--sysconfdir</option>
+          option when passed to <filename>./configure</filename>. (Bug
+          #15069)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: In a 2-node cluster with a
           node failure, restarting the node with a low value for
           <literal>StartPartialTimeout</literal> could cause the cluster

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-17 16:45:26 UTC (rev 1842)
+++ trunk/refman-common/news-5.1.xml	2006-04-17 17:17:51 UTC (rev 1843)
@@ -114,6 +114,22 @@
 
       <listitem>
         <para>
+          <function>ExtractValue</function> function did not return
+          character data within <literal>&lt;![CDATA[]]&gt;</literal>
as
+          expected. (Bug #18285)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Server and clients ignored the <option>--sysconfdir</option>
+          option when passed to <filename>./configure</filename>. (Bug
+          #15069)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           It was possible to create a
           <literal>RANGE</literal>-partitioned table with a partition
           defined using the clause <literal>VALUES LESS THAN

Thread
svn commit - mysqldoc@docsrva: r1843 - in trunk: refman-5.0 refman-5.1 refman-commonmhillyer17 Apr