Author: jstephens
Date: 2006-07-28 13:50:02 +0200 (Fri, 28 Jul 2006)
New Revision: 2864
Log:
Fix typos, reformat.
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-07-28 11:46:47 UTC (rev 2863)
+++ trunk/refman-common/news-4.1.xml 2006-07-28 11:50:02 UTC (rev 2864)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 843 bytes
@@ -491,13 +491,13 @@
selecting candidate rows. (Bug #9676)
</para>
</listitem>
-
+
<listitem>
<para>
- <literal>NDB Cluster</literal>: The repeated creatiing and
+ <literal>NDB Cluster</literal>: The repeated creating and
dropping of a table would eventually lead to
<literal>NDB</literal> Error 826, <errortext>Too many tables
- and attributes ... Insufficient space</errortext>. (Bug
+ and attributes ... Insufficient space</errortext>. (Bug
#20847)
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-07-28 11:46:47 UTC (rev 2863)
+++ trunk/refman-common/news-5.0.xml 2006-07-28 11:50:02 UTC (rev 2864)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 859 bytes
@@ -667,13 +667,13 @@
<literal>MERGE</literal> storage engine. (Bug #15195)
</para>
</listitem>
-
+
<listitem>
<para>
- <literal>NDB Cluster</literal>: The repeated creatiing and
+ <literal>NDB Cluster</literal>: The repeated creating and
dropping of a table would eventually lead to
<literal>NDB</literal> Error 826, <errortext>Too many tables
- and attributes ... Insufficient space</errortext>. (Bug
+ and attributes ... Insufficient space</errortext>. (Bug
#20847)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-07-28 11:46:47 UTC (rev 2863)
+++ trunk/refman-common/news-5.1.xml 2006-07-28 11:50:02 UTC (rev 2864)
Changed blocks: 5, Lines Added: 56, Lines Deleted: 54; 6135 bytes
@@ -31,40 +31,39 @@
<filename>TEMPLATE.news.xml</filename> template in the
<filename>refman-common</filename> directory.
</remark>
-
+
<section id="news-5-1-13">
- <title>Changes in release 5.1.13 (Not yet released)</title>
+ <title>Changes in release 5.1.13 (Not yet released)</title>
+ <para role="release-level">
+ This is a new Beta development release, fixing recently discovered
+ bugs.
+ </para>
- <para role="release-level">
- This is a new Beta development release, fixing recently discovered
- bugs.
- </para>
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE:</emphasis> This Beta release, as any
+ other pre-production release, should not be installed on
+ <emphasis>production</emphasis> level systems or systems with
+ critical data. It is good practice to back up your data before
+ installing any new version of software. Although MySQL has worked
+ very hard to ensure a high level of quality, protect your data by
+ making a backup as you would for any software beta release. Please
+ refer to our bug database at <ulink url="http://bugs.mysql.com/"/>
+ for more details about the individual bugs fixed in this version.
+ </para>
- <para role="release-non-production">
- <emphasis role="bold">NOTE:</emphasis> This Beta release, as any
- other pre-production release, should not be installed on
- <emphasis>production</emphasis> level systems or systems with
- critical data. It is good practice to back up your data before
- installing any new version of software. Although MySQL has worked
- very hard to ensure a high level of quality, protect your data by
- making a backup as you would for any software beta release. Please
- refer to our bug database at <ulink url="http://bugs.mysql.com/"/>
- for more details about the individual bugs fixed in this version.
- </para>
+ <para>
+ This section documents all changes and bug fixes that have been
+ applied since the last official MySQL release. If you would like
+ to receive more fine-grained and personalized <emphasis>update
+ alerts</emphasis> about fixes that are relevant to the version and
+ features you use, please consider subscribing to <emphasis>MySQL
+ Network</emphasis> (a commercial MySQL offering). For more details
+ please see
+ <ulink url="http://www.mysql.com/network/advisors.html"/>.
+ </para>
- <para>
- This section documents all changes and bug fixes that have been
- applied since the last official MySQL release. If you would like to
- receive more fine-grained and personalized <emphasis>update
- alerts</emphasis> about fixes that are relevant to the version and
- features you use, please consider subscribing to <emphasis>MySQL
- Network</emphasis> (a commercial MySQL offering). For more details
- please see
- <ulink url="http://www.mysql.com/network/advisors.html"/>.
- </para>
-
<remark role="todo">
[js] Uncomment the following once there are feature changes or
additions to be reported.
@@ -83,25 +82,25 @@
</itemizedlist>
-->
-
- <para>
- Bugs fixed:
- </para>
- <itemizedlist>
+ <para>
+ Bugs fixed:
+ </para>
- <listitem>
- <para>
- <literal>NDB Cluster</literal>: A cluster data node could crash
- when an ordered index became full before the table containing
- the index was full. (Bug #14935)
- </para>
- </listitem>
+ <itemizedlist>
- </itemizedlist>
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: A cluster data node could
+ crash when an ordered index became full before the table
+ containing the index was full. (Bug #14935)
+ </para>
+ </listitem>
-</section>
+ </itemizedlist>
+ </section>
+
<section id="news-5-1-12">
<title>Changes in release 5.1.12 (Not yet released)</title>
@@ -396,13 +395,17 @@
</para>
</listitem>
- <listitem><para>When creating a table using <literal>CREATE...SELECT</literal>
- and a stored procedure, there would be a mismatch between the binary log
- and transaction cache which would cause a server crash. (Bug
- #21039)</para></listitem>
-
<listitem>
<para>
+ When creating a table using <literal>CREATE...SELECT</literal>
+ and a stored procedure, there would be a mismatch between the
+ binary log and transaction cache which would cause a server
+ crash. (Bug #21039)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
When run with the <option>--use-threads</option> option,
<command>mysqlimport</command> returned a random exit code.
(Bug #21188)
@@ -602,8 +605,8 @@
<listitem>
<para>
- Very complex <literal>SELECT</literal> statements could
- create temporary tables that were too big, but for which the
+ Very complex <literal>SELECT</literal> statements could create
+ temporary tables that were too big, but for which the
temporary files did not get removed, causing subsequent
queries to fail. (Bug #11824)
</para>
@@ -830,15 +833,14 @@
<replaceable>ic</replaceable> represents an indexed column)
could cause errors or crash the server. (Bug #20583)
</para>
- </listitem>
-
-
+ </listitem>
+
<listitem>
<para>
- <literal>NDB Cluster</literal>: The repeated creatiing and
+ <literal>NDB Cluster</literal>: The repeated creating and
dropping of a table would eventually lead to
<literal>NDB</literal> Error 826, <errortext>Too many tables
- and attributes ... Insufficient space</errortext>. (Bug
+ and attributes ... Insufficient space</errortext>. (Bug
#20847)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2864 - trunk/refman-common | jstephens | 28 Jul |