Author: jstephens
Date: 2007-06-08 13:05:53 +0200 (Fri, 08 Jun 2007)
New Revision: 6714
Log:
Documented Telco 6.1.9, 6.1.10, and 6.1.11 releases.
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-06-08 09:32:28 UTC (rev 6713)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-06-08 11:05:53 UTC (rev 6714)
Changed blocks: 3, Lines Added: 32, Lines Deleted: 1; 2417 bytes
@@ -4913,6 +4913,28 @@
do so via a rolling node restart.
</para>
</listitem>
+
+ <listitem>
+ <indexterm>
+
<primary><literal>FragmentLogFileSize</literal></primary>
+ </indexterm>
+
+ &mccge-warning-begin;
+
+ <para id="mysql-cluster-param-ndbd-definition-fragmentlogfilesize">
+ <literal>FragmentLogFileSize</literal>
+ </para>
+
+ <para>
+ Setting this parameter allows you to control directly the
+ size of redo log files. The default is
+ <literal>16M</literal>. This parameter was added in MySQL
+ 5.1.15/NDB-6.1.11.
+ </para>
+
+ &mccge-warning-end-cluster;
+
+ </listitem>
<listitem>
<indexterm>
@@ -7674,7 +7696,8 @@
<entry/>
</row>
<row>
- <entry><literal><link
linkend="mysql-cluster-param-ndbd-definition-filesystempath">FileSystemPath</link></literal></entry>
+ <entry><literal><link
linkend="mysql-cluster-param-ndbd-definition-filesystempath">FileSystemPath</link></literal>
+ (Added in MySQL-5.1.15/NDB-6.1.11)</entry>
<entry>string</entry>
<entry>value specified for
<literal>DataDir</literal></entry>
<entry>N/A</entry>
@@ -7682,6 +7705,14 @@
<entry>IN</entry>
</row>
<row>
+ <entry><literal><link
linkend="mysql-cluster-param-ndbd-definition-fragmentlogfilesize">FragmentLogFileSize</link></literal></entry>
+ <entry>integer</entry>
+ <entry>16M</entry>
+ <entry>4M</entry>
+ <entry>1G</entry>
+ <entry>N</entry>
+ </row>
+ <row>
<entry><literal><link
linkend="mysql-cluster-param-ndbd-definition-heartbeatintervaldbapi">HeartbeatIntervalDbApi</link></literal></entry>
<entry>milliseconds</entry>
<entry>1500</entry>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-06-08 09:32:28 UTC (rev 6713)
+++ trunk/refman-5.1/news-5.1.xml 2007-06-08 11:05:53 UTC (rev 6714)
Changed blocks: 1, Lines Added: 236, Lines Deleted: 1; 8927 bytes
@@ -7181,10 +7181,245 @@
This section contains change history information for
&mccge-series; releases based on MySQL 5.1.15.
</para>
+
+ <section id="news-5-1-15-ndb-6-1-11">
+ <title>Changes in release MySQL 5.1.15-ndb-6.1.11-beta (Released
+ 05 June 2007)</title>
+ <para role="release-level">
+ This is a new Beta development release, fixing recently
+ discovered bugs and incorporating improvements made since the
+ previous &mccge-series; release.
+ </para>
+
+
+
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE</emphasis>: 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 Beta release incorporates all bugfixes and feature changes
+ made in MySQL 5.1.14-ndb-6.1.0, MySQL 5.1.15-ndb-6.1.1, MySQL
+ 5.1.15-ndb-6.1.2, MySQL 5.1.15-ndb-6.1.3, MySQL
+ 5.1.15-ndb-6.1.4, MySQL 5.1.15-ndb-6.1.5, MySQL
+ 5.1.15-ndb-6.1.6, MySQL 5.1.15-ndb-6.1.7, MySQL
+ 5.1.15-ndb-6.1.8, MySQL 5.1.15-ndb-6.1.9, and MySQL
+ 5.1.15-ndb-6.1.10. This version also incorporates all bugfixes
+ and feature changes which were added in the mainline MySQL 5.1 releases up to and
including 5.1.15
+ (see <xref linkend="news-5-1-15"/>).
+ </para>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ It is now possible to set the size of redo log files
+ (fragment log files) using the
+ <literal>FragmentLogFileSize</literal> configuration
+ parameter.
+ </para>
+ </listitem>
+ </itemizedlist>
+
+
+
+ <para>
+ This release fixes the following bugs:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Having large amounts of memory locked caused swapping to
+ disk. (Bug #28751)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ It was not not possible to set a separate watchdog timeout
+ at startup. (Bug #28899)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ LCP files were not removed following an initial system
+ restart. (Bug #28726)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis role="bold">Disk Data</emphasis>: Repeated
+ <literal>INSERT</literal> and
<literal>DELETE</literal>
+ operations on a Disk Data table having one or more large
+ <literal>VARCHAR</literal> columns could cause data nodes to
+ fail. (Bug #20612)
+ </para>
+ </listitem>
+ </itemizedlist>
+
+
+ </section>
+
+ <section id="news-5-1-15-ndb-6-1-10">
+ <title>Changes in release MySQL 5.1.15-ndb-6.1.10-beta (Released
+ 30 May 2007)</title>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing recently
+ discovered bugs and incorporating improvements made since the
+ previous &mccge-series; release.
+ </para>
+
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE</emphasis>: 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 Beta release incorporates all bugfixes and feature changes
+ made in MySQL 5.1.14-ndb-6.1.0, MySQL 5.1.15-ndb-6.1.1, MySQL
+ 5.1.15-ndb-6.1.2, MySQL 5.1.15-ndb-6.1.3, MySQL
+ 5.1.15-ndb-6.1.4, MySQL 5.1.15-ndb-6.1.5, MySQL
+ 5.1.15-ndb-6.1.6, MySQL 5.1.15-ndb-6.1.7, MySQL
+ 5.1.15-ndb-6.1.8, and MySQL 5.1.15-ndb-6.1.9. This version also
+ incorporates all bugfixes and feature changes which were added
+ in the mainline MySQL 5.1 releases up to and including 5.1.15
+ (see <xref linkend="news-5-1-15"/>).
+ </para>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ A new <literal>times</literal> printout was added in the
+ <command>ndbd</command> watchdog thread.
+ </para></listitem><listitem><para>
+ The names of some log and other files were changed to avoid
+ issues with the <command>tar</command> command's
+ 99-character filename limit.
+ </para></listitem><listitem><para>
+ Some unneeded printouts in the <command>ndbd</command> out
+ file were removed.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+
+ <para>
+ This release fixes the following bugs:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Heartbeat failures could occur under high load. (Bug #28783)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A corrupt schema file could cause a
+ <errortext>File already open</errortext> error. (Bug #28770)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A race condition could occur between
+ <literal>NODE_FAILREP</literal> and
+ <literal>COPY_GCIREQ</literal> events. (Bug #28717)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ While loading data to the cluster after a version
+ upgrade, the data nodes failed due to
+ <literal>ndbrequire</literal> failures in
+ <literal>PGMAN</literal>. (Bug #28525)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A fast GCP under high load with a high usage of
+ the redo buffer caused data nodes to fail. (Bug #28653)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The actual value of <literal>MaxNoOfOpenFiles</literal> as
+ used by the cluster was offset by 1 from the value set in
+ <filename>config.ini</filename>. This meant that setting
+ <literal>InitialNoOpenFiles</literal>to the same value
+ always caused an error. (Bug #28749)
+ </para>
+ </listitem>
+ </itemizedlist>
+
+
+
+ </section>
+ <section id="news-5-1-15-ndb-6-1-9">
+ <title>Changes in release MySQL 5.1.15-ndb-6.1.9-beta (Released 24 May
2007)</title>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing recently
+ discovered bugs and incorporating improvements made since the
+ previous &mccge-series; release.
+ </para>
+
+ <para>
+ This Beta release incorporates all bugfixes and feature changes
+ made in MySQL 5.1.14-ndb-6.1.0, MySQL 5.1.15-ndb-6.1.1, MySQL
+ 5.1.15-ndb-6.1.2, MySQL 5.1.15-ndb-6.1.3, MySQL
+ 5.1.15-ndb-6.1.4, MySQL 5.1.15-ndb-6.1.5, MySQL
+ 5.1.15-ndb-6.1.6, MySQL 5.1.15-ndb-6.1.7, and MySQL
+ 5.1.15-ndb-6.1.8. This version also incorporates all bugfixes
+ and feature changes which were added in the mainline MySQL 5.1
+ releases up to and including 5.1.15 (see <xref linkend="news-5-1-15"/>).
+ </para>
+ <para>
+ This release fixes the following bugs:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ The cluster backup process scanned in <literal>ACC</literal>
+ index order, which had bad effects for disk data. (Bug
+ #28593)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <literal>NDB</literal> transporter would hang when more
+ than 1024 signals were received at one time. (Bug #28443)
+ </para>
+ </listitem>
+ </itemizedlist>
+
+
+
+ </section>
+
+
<section id="news-5-1-15-ndb-6-1-8">
- <title>Changes in release MySQL 5.1.15-ndb-6.1.7-beta (Released 05 May
2007)</title>
+ <title>Changes in release MySQL 5.1.15-ndb-6.1.8-beta (Released 05 May
2007)</title>
<para role="release-level">
This is a new Beta development release, fixing recently
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6714 - trunk/refman-5.1 | jon | 8 Jun |