Author: jstephens
Date: 2007-09-03 15:34:57 +0200 (Mon, 03 Sep 2007)
New Revision: 7637
Log:
Documented new ndb_mgmd --bind-address option for MCCGE 6.2/6.3.
Rearranged changelogs due to mainline 5.1.22 merges with telco-6.2 and
telco-6.3 trees.
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.1/news-5.1.xml
trunk/refman-5.1/renamed-nodes.txt
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-09-03 10:31:03 UTC (rev 7636)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-09-03 13:34:57 UTC (rev 7637)
Changed blocks: 6, Lines Added: 81, Lines Deleted: 17; 5810 bytes
@@ -1102,6 +1102,16 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The <option>--bind-address</option> cluster management
+ server startup option makes it possible to restrict
+ management client connections to
+ <command>ndb_mgmd</command> to a single host and port.
+ (MySQL 5.1.19-ndb-6.2.5)
+ </para>
+ </listitem>
+
</itemizedlist>
</para>
@@ -1138,10 +1148,20 @@
<literal>STORAGE</literal> specifier as part of the
column's definition in a <literal>CREATE TABLE</literal>
or <literal>ALTER TABLE</literal> statement. (MySQL
- 5.1.20-ndb-6.3.2)
+ 5.1.22-ndb-6.3.2)
</para>
</listitem>
+ <listitem>
+ <para>
+ The <option>--bind-address</option> cluster management
+ server startup option makes it possible to restrict
+ management client connections to
+ <command>ndb_mgmd</command> to a single host and port.
+ (MySQL 5.1.22-ndb-6.3.2)
+ </para>
+ </listitem>
+
</itemizedlist>
</para>
@@ -1394,12 +1414,6 @@
<listitem>
<para>
- <xref linkend="news-5-1-19-ndb-6-2-5"/>
- </para>
- </listitem>
-
- <listitem>
- <para>
<xref linkend="news-5-1-19-ndb-6-3-0"/>
</para>
</listitem>
@@ -1425,29 +1439,40 @@
<listitem>
<para>
- <xref linkend="news-5-1-20-cge"/>:
+ <xref linkend="news-5-1-22-cge"/>:
</para>
<para>
- Includes this changelog:
+ Includes these changelogs:
<itemizedlist>
<listitem>
<para>
- <xref linkend="news-5-1-20-ndb-6-3-2"/>
+ <xref linkend="news-5-1-22-ndb-6-2-5"/>
</para>
</listitem>
+ <listitem>
+ <para>
+ <xref linkend="news-5-1-22-ndb-6-3-2"/>
+ </para>
+ </listitem>
+
</itemizedlist>
</para>
<para>
These releases include all feature enhancements and
- bugfixes made in MySQL 5.1 up to and including 5.1.20, as
- well as those enhancements specific to &mccge-series; that
- were made in ndb-6.3.<replaceable>x</replaceable> releases
- beginning with MySQL 5.1.19-ndb-6.3.0.
+ bugfixes made in MySQL 5.1 up to and including 5.1.22.
+ MySQL 5.1.22-ndb-6.2.5 and later
+ ndb-6.2.<replaceable>x</replaceable> releases based on
+ MySQL 5.1.22 include those enhancements made in MySQL
+ 5.1.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2, MySQL
+ 5.1.19-ndb-6.2.3, and MySQL 5.1.19-ndb-6.2.4; MySQL
+ 5.1.22-based ndb-6.3.<replaceable>x</replaceable> releases
+ include those enhancements made in MySQL 5.1.19-ndb-6.3.0
+ and MySQL 5.1.19-ndb-6.3.0.
</para>
</listitem>
@@ -1461,9 +1486,11 @@
</para>
<para>
- Some fixes that were applied first in &mccge-series; have
- already been ported to MySQL ¤t-series;. In these cases,
- the fix is listed twice in <xref linkend="news-5-1-x"/>.
+ Some fixes may be listed more than once in
+ <xref linkend="news-5-1-x"/>, due to the fact that they were
+ applied first in &mccge-series; and then ported to MySQL
+ ¤t-series;, because they were applied in more than one
+ branch of &mccge-series;, or both.
</para>
<para>
@@ -11755,6 +11782,43 @@
<listitem>
<indexterm>
+ <primary>--bind-address option (ndb_mgmd)</primary>
+ </indexterm>
+
+ &mccge-warning-begin;
+
+ <para>
+ <option>--bind-address=<replaceable>host</replaceable>[:<replaceable>port</replaceable>]</option>
+ </para>
+
+ <para>
+ When specified, this option limits management server
+ connections by management clients to clients at the
+ specified hostname or IP address (and possibly port, if
+ this is also specified). In such cases, a management
+ client attempting to connect to the management server from
+ any other address fails with the error <errortext>Unable
+ to setup port:
+ <replaceable>host</replaceable>:<replaceable>port</replaceable>!</errortext>
+ </para>
+
+ <para>
+ If the <replaceable>port</replaceable> is not specified,
+ the management client attempts to use port 1186.
+ </para>
+
+ <para>
+ This option was added in MySQL 5.1.19-ndb-6.2.5 and MySQL
+ 5.1.22-ndb-6.3.2. It is not available in &mccge-series;
+ ndb-6.1.<replaceable>x</replaceable> or mainline MySQL 5.1
+ releases.
+ </para>
+
+ &mccge-warning-end-cluster;
+ </listitem>
+
+ <listitem>
+ <indexterm>
<primary>--config-file option (ndb_mgmd)</primary>
</indexterm>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-09-03 10:31:03 UTC (rev 7636)
+++ trunk/refman-5.1/news-5.1.xml 2007-09-03 13:34:57 UTC (rev 7637)
Changed blocks: 3, Lines Added: 264, Lines Deleted: 240; 16771 bytes
@@ -351,6 +351,270 @@
</section>
+ <section id="news-5-1-22-cge">
+
+ <title>Changes in MySQL 5.1.20 Carrier Grade Edition</title>
+
+ <para>
+ This section contains change history information for
+ &mccge-series; releases based on MySQL 5.1.22.
+ </para>
+
+ <section id="news-5-1-22-ndb-6-3-2">
+
+ <title>Changes in release MySQL 5.1.22-ndb-6.3.2-beta (Not yet released)</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>
+
+ <remark role="TODO">
+ [js] Uncomment next para following release.
+ </remark>
+
+<!--
+ <para>
+ Like all releases for &mccge-series;, this is a source-only
+ release which you must compile and install using the
+ instructions found in <xref linkend="installing-source"/>, and
+ in <xref linkend="mysql-cluster-building"/>. You can download
+ the source code archive for this release from the MySQL FTP site
+ at
+ <ulink url="ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.22-ndb-6.3.2"/>.
+ The file
+ <filename>mysqlcom-5.1.22-ndb-6.3.2-telco.tar.gz</filename> in
+ this directory contains the complete source archive.
+ </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.19-ndb-6.3.0 and MySQL 5.1.19-ndb-6.3.1, as
+ well as all bugfixes and feature changes which were added in the
+ mainline 5.1.21 and 5.1.22 releases; information about these can
+ be found in <xref linkend="news-5-1-21"/> and
+ <xref linkend="news-5-1-22"/>.
+ </para>
+
+<!--
+ <important>
+ <formalpara>
+
+ <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
+
+ <para>
+
+ </para>
+
+ </formalpara>
+
+ </important>
+-->
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ It is now possible to control whether fixed-width or
+ variable-width storage is used for a given column of an
+ <literal>NDB</literal> table by means of the
+ <literal>COLUMN_FORMAT</literal> specifier as part of the
+ column's definition in a <literal>CREATE TABLE</literal> or
+ <literal>ALTER TABLE</literal> statement.
+ </para>
+
+ <para>
+ It is also possible to control whether a given column of an
+ <literal>NDB</literal> table is stored in memory or on disk,
+ using the <literal>STORAGE</literal> specifier as part of
+ the column's definition in a <literal>CREATE TABLE</literal>
+ or <literal>ALTER TABLE</literal> statement.
+ </para>
+
+ <para>
+ For permitted values and other information about
+ <literal>COLUMN_FORMAT</literal> and
+ <literal>STORAGE</literal>, see
+ <xref linkend="create-table"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A new cluster management server startup option
+ <option>--bind-address</option> makes it possible to
+ restrict management client connections to
+ <command>ndb_mgmd</command> to a single host and port. For
+ more information, see
+ <xref linkend="mysql-cluster-ndb-mgmd-command-options"/>.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+<!--
+ <para>
+ This release fixes the following bugs:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ </para>
+ </listitem>
+
+ </itemizedlist>
+-->
+
+ </section>
+
+ <section id="news-5-1-22-ndb-6-2-5">
+
+ <title>Changes in release MySQL 5.1.22-ndb-6.2.5-beta (Not yet released)</title>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing recently
+ discovered bugs.
+ </para>
+
+ <remark role="TODO">
+ [js] Uncomment next para following release.
+ </remark>
+
+<!--
+ <para>
+ Like all releases for &mccge-series;, this is a source-only
+ release which you must compile and install using the
+ instructions found in <xref linkend="installing-source"/>, and
+ in <xref linkend="mysql-cluster-building"/>. You can download
+ the source code archive for this release from the MySQL FTP site
+ at
+ <ulink url="ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.19-ndb-6.2.5"/>.
+ The file
+ <filename>mysqlcom-5.1.19-ndb-6.2.5-telco.tar.gz</filename> in
+ this directory contains the complete source archive.
+ </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.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2 (see
+ <xref linkend="news-5-1-18-cge"/>), MySQL 5.1.19-ndb-6.2.3, and
+ MySQL 5.1.19-ndb-6.2.4, as well as all bugfixes and feature
+ changes which were added in the mainline 5.1.20, 5.1.21 and
+ 5.1.22 releases; information about these can be found in
+ <xref linkend="news-5-1-20"/>, <xref linkend="news-5-1-21"/>,
+ and <xref linkend="news-5-1-22"/>. Also included are most (but
+ not all) bugfixes made in the MCCGE
+ 6.1.<replaceable>x</replaceable> series through MySQL
+ 5.1.15-ndb-6.1.16.
+ </para>
+
+<!--
+ <important>
+ <formalpara>
+
+ <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
+
+ <para>
+
+ </para>
+
+ </formalpara>
+
+ </important>
+-->
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ It is now possible to control whether fixed-width or
+ variable-width storage is used for a given column of an
+ <literal>NDB</literal> table by means of the
+ <literal>COLUMN_FORMAT</literal> specifier as part of the
+ column's definition in a <literal>CREATE TABLE</literal> or
+ <literal>ALTER TABLE</literal> statement.
+ </para>
+
+ <para>
+ It is also possible to control whether a given column of an
+ <literal>NDB</literal> table is stored in memory or on disk,
+ using the <literal>STORAGE</literal> specifier as part of
+ the column's definition in a <literal>CREATE TABLE</literal>
+ or <literal>ALTER TABLE</literal> statement.
+ </para>
+
+ <para>
+ For permitted values and other information about
+ <literal>COLUMN_FORMAT</literal> and
+ <literal>STORAGE</literal>, see
+ <xref linkend="create-table"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A new cluster management server startup option
+ <option>--bind-address</option> makes it possible to
+ restrict management client connections to
+ <command>ndb_mgmd</command> to a single host and port. For
+ more information, see
+ <xref linkend="mysql-cluster-ndb-mgmd-command-options"/>.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+<!--
+ <para>
+ This release fixes the following bugs:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ </para>
+ </listitem>
+
+
+ </itemizedlist>
+-->
+
+ </section>
+
+ </section>
+
<section id="news-5-1-21">
<title>Changes in release 5.1.21 (16 August 2007)</title>
@@ -3855,128 +4119,6 @@
</section>
- <section id="news-5-1-20-cge">
-
- <title>Changes in MySQL 5.1.20 Carrier Grade Edition</title>
-
- <para>
- This section contains change history information for
- &mccge-series; releases based on MySQL 5.1.20.
- </para>
-
- <section id="news-5-1-20-ndb-6-3-2">
-
- <title>Changes in release MySQL 5.1.20-ndb-6.3.2-beta (Not yet released)</title>
-
- <para role="release-level">
- This is a new Beta development release, fixing a recently
- discovered bug.
- </para>
-
- <remark role="TODO">
- [js] Uncomment next para following release.
- </remark>
-
-<!--
- <para>
- Like all releases for &mccge-series;, this is a source-only
- release which you must compile and install using the
- instructions found in <xref linkend="installing-source"/>, and
- in <xref linkend="mysql-cluster-building"/>. You can download
- the source code archive for this release from the MySQL FTP site
- at
- <ulink url="ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.20-ndb-6.3.2"/>.
- The file
- <filename>mysqlcom-5.1.20-ndb-6.3.2-telco.tar.gz</filename> in
- this directory contains the complete source archive.
- </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.19-ndb-6.3.0 and MySQL 5.1.19-ndb-6.3.1, as
- well as all bugfixes and feature changes which were added in the
- mainline 5.1.20 release; information about these can be found in
- <xref linkend="news-5-1-20"/>.
- </para>
-
-<!--
- <important>
- <formalpara>
-
- <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
-
- <para>
-
- </para>
-
- </formalpara>
-
- </important>
--->
-
- <para>
- Functionality added or changed:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- It is now possible to control whether fixed-width or
- variable-width storage is used for a given column of an
- <literal>NDB</literal> table by means of the
- <literal>COLUMN_FORMAT</literal> specifier as part of the
- column's definition in a <literal>CREATE TABLE</literal> or
- <literal>ALTER TABLE</literal> statement.
- </para>
-
- <para>
- It is also possible to control whether a given column of an
- <literal>NDB</literal> table is stored in memory or on disk,
- using the <literal>STORAGE</literal> specifier as part of
- the column's definition in a <literal>CREATE TABLE</literal>
- or <literal>ALTER TABLE</literal> statement.
- </para>
-
- <para>
- For permitted values and other information about
- <literal>COLUMN_FORMAT</literal> and
- <literal>STORAGE</literal>, see
- <xref linkend="create-table"/>.
- </para>
- </listitem>
-
- </itemizedlist>
-
-<!--
- <para>
- This release fixes the following bugs:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- </para>
- </listitem>
-
- </itemizedlist>
--->
-
- </section>
-
- </section>
-
<section id="news-5-1-19">
<title>Changes in release 5.1.19 (25 May 2007)</title>
@@ -4739,124 +4881,6 @@
</section>
- <section id="news-5-1-19-ndb-6-2-5">
-
- <title>Changes in release MySQL 5.1.19-ndb-6.2.5-beta (Not yet released)</title>
-
- <para role="release-level">
- This is a new Beta development release, fixing recently
- discovered bugs.
- </para>
-
- <remark role="TODO">
- [js] Uncomment next para following release.
- </remark>
-
-<!--
- <para>
- Like all releases for &mccge-series;, this is a source-only
- release which you must compile and install using the
- instructions found in <xref linkend="installing-source"/>, and
- in <xref linkend="mysql-cluster-building"/>. You can download
- the source code archive for this release from the MySQL FTP site
- at
- <ulink url="ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.19-ndb-6.2.5"/>.
- The file
- <filename>mysqlcom-5.1.19-ndb-6.2.5-telco.tar.gz</filename> in
- this directory contains the complete source archive.
- </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.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2 (see
- <xref linkend="news-5-1-18-cge"/>), MySQL 5.1.19-ndb-6.2.3, and
- MySQL 5.1.19-ndb-6.2.4, as well as all bugfixes and feature
- changes which were added in the mainline 5.1.19 release;
- information about these can be found in
- <xref
- linkend="news-5-1-19"/>. Also included are most
- (but not all) bugfixes made in the MCCGE
- 6.1.<replaceable>x</replaceable> series through MySQL
- 5.1.15-ndb-6.1.16.
- </para>
-
-<!--
- <important>
- <formalpara>
-
- <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
-
- <para>
-
- </para>
-
- </formalpara>
-
- </important>
--->
-
- <para>
- Functionality added or changed:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- It is now possible to control whether fixed-width or
- variable-width storage is used for a given column of an
- <literal>NDB</literal> table by means of the
- <literal>COLUMN_FORMAT</literal> specifier as part of the
- column's definition in a <literal>CREATE TABLE</literal> or
- <literal>ALTER TABLE</literal> statement.
- </para>
-
- <para>
- It is also possible to control whether a given column of an
- <literal>NDB</literal> table is stored in memory or on disk,
- using the <literal>STORAGE</literal> specifier as part of
- the column's definition in a <literal>CREATE TABLE</literal>
- or <literal>ALTER TABLE</literal> statement.
- </para>
-
- <para>
- For permitted values and other information about
- <literal>COLUMN_FORMAT</literal> and
- <literal>STORAGE</literal>, see
- <xref linkend="create-table"/>.
- </para>
- </listitem>
-
- </itemizedlist>
-
-<!--
- <para>
- This release fixes the following bugs:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- </para>
- </listitem>
-
-
- </itemizedlist>
--->
-
- </section>
-
<section id="news-5-1-19-ndb-6-2-4">
<title>Changes in release MySQL 5.1.19-ndb-6.2.4-beta (04 July 2007)</title>
Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt 2007-09-03 10:31:03 UTC (rev 7636)
+++ trunk/refman-5.1/renamed-nodes.txt 2007-09-03 13:34:57 UTC (rev 7637)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 0; 640 bytes
@@ -285,6 +285,9 @@
ndbd-process mysql-cluster-ndbd-process
new-mysqld-command-options mysql-cluster-mysqld-command-options
news-5-1-16-ndb-6-2-1 news-5-1-18-ndb-6-2-1
+news-5-1-19-ndb-6-2-5 news-5-1-22-ndb-6-2-5
+news-5-1-20-cge news-5-1-22-cge
+news-5-1-20-ndb-6-3-2 news-5-1-22-ndb-6-3-2
nocursor myodbc-errors
nt-start windows-start-service
nutshell-ready-for-immediate-use roadmap
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7637 - trunk/refman-5.1 | jon | 3 Sep |