From: jon Date: September 3 2007 1:35pm Subject: svn commit - mysqldoc@docsrva: r7637 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/33589 Message-Id: <200709031335.l83DZ2DF023944@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ + + + The cluster management + server startup option makes it possible to restrict + management client connections to + ndb_mgmd to a single host and port. + (MySQL 5.1.19-ndb-6.2.5) + + + @@ -1138,10 +1148,20 @@ STORAGE specifier as part of the column's definition in a CREATE TABLE or ALTER TABLE statement. (MySQL - 5.1.20-ndb-6.3.2) + 5.1.22-ndb-6.3.2) + + + The cluster management + server startup option makes it possible to restrict + management client connections to + ndb_mgmd to a single host and port. + (MySQL 5.1.22-ndb-6.3.2) + + + @@ -1394,12 +1414,6 @@ - - - - - - @@ -1425,29 +1439,40 @@ - : + : - Includes this changelog: + Includes these changelogs: - + + + + + + + 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.x 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.x 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.x releases + include those enhancements made in MySQL 5.1.19-ndb-6.3.0 + and MySQL 5.1.19-ndb-6.3.0. @@ -1461,9 +1486,11 @@ - 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 . + Some fixes may be listed more than once in + , 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. @@ -11755,6 +11782,43 @@ + --bind-address option (ndb_mgmd) + + + &mccge-warning-begin; + + + + + + + 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 Unable + to setup port: + host:port! + + + + If the port is not specified, + the management client attempts to use port 1186. + + + + 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.x or mainline MySQL 5.1 + releases. + + + &mccge-warning-end-cluster; + + + + --config-file option (ndb_mgmd) 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 @@ +
+ + Changes in MySQL 5.1.20 Carrier Grade Edition + + + This section contains change history information for + &mccge-series; releases based on MySQL 5.1.22. + + +
+ + Changes in release MySQL 5.1.22-ndb-6.3.2-beta (Not yet released) + + + This is a new Beta development release, fixing recently + discovered bugs and incorporating improvements made since the + previous &mccge-series; release. + + + + [js] Uncomment next para following release. + + + + + + NOTE: 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 + for more details about the + individual bugs fixed in this version. + + + + 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 and + . + + + + + + Functionality added or changed: + + + + + + + It is now possible to control whether fixed-width or + variable-width storage is used for a given column of an + NDB table by means of the + COLUMN_FORMAT specifier as part of the + column's definition in a CREATE TABLE or + ALTER TABLE statement. + + + + It is also possible to control whether a given column of an + NDB table is stored in memory or on disk, + using the STORAGE specifier as part of + the column's definition in a CREATE TABLE + or ALTER TABLE statement. + + + + For permitted values and other information about + COLUMN_FORMAT and + STORAGE, see + . + + + + + + A new cluster management server startup option + makes it possible to + restrict management client connections to + ndb_mgmd to a single host and port. For + more information, see + . + + + + + + + +
+ +
+ + Changes in release MySQL 5.1.22-ndb-6.2.5-beta (Not yet released) + + + This is a new Beta development release, fixing recently + discovered bugs. + + + + [js] Uncomment next para following release. + + + + + + NOTE: 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 + for more details about the + individual bugs fixed in this version. + + + + 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 + ), 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 + , , + and . Also included are most (but + not all) bugfixes made in the MCCGE + 6.1.x series through MySQL + 5.1.15-ndb-6.1.16. + + + + + + Functionality added or changed: + + + + + + + It is now possible to control whether fixed-width or + variable-width storage is used for a given column of an + NDB table by means of the + COLUMN_FORMAT specifier as part of the + column's definition in a CREATE TABLE or + ALTER TABLE statement. + + + + It is also possible to control whether a given column of an + NDB table is stored in memory or on disk, + using the STORAGE specifier as part of + the column's definition in a CREATE TABLE + or ALTER TABLE statement. + + + + For permitted values and other information about + COLUMN_FORMAT and + STORAGE, see + . + + + + + + A new cluster management server startup option + makes it possible to + restrict management client connections to + ndb_mgmd to a single host and port. For + more information, see + . + + + + + + + +
+ +
+
Changes in release 5.1.21 (16 August 2007) @@ -3855,128 +4119,6 @@
-
- - Changes in MySQL 5.1.20 Carrier Grade Edition - - - This section contains change history information for - &mccge-series; releases based on MySQL 5.1.20. - - -
- - Changes in release MySQL 5.1.20-ndb-6.3.2-beta (Not yet released) - - - This is a new Beta development release, fixing a recently - discovered bug. - - - - [js] Uncomment next para following release. - - - - - - NOTE: 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 - for more details about the - individual bugs fixed in this version. - - - - 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 - . - - - - - - Functionality added or changed: - - - - - - - It is now possible to control whether fixed-width or - variable-width storage is used for a given column of an - NDB table by means of the - COLUMN_FORMAT specifier as part of the - column's definition in a CREATE TABLE or - ALTER TABLE statement. - - - - It is also possible to control whether a given column of an - NDB table is stored in memory or on disk, - using the STORAGE specifier as part of - the column's definition in a CREATE TABLE - or ALTER TABLE statement. - - - - For permitted values and other information about - COLUMN_FORMAT and - STORAGE, see - . - - - - - - - -
- -
-
Changes in release 5.1.19 (25 May 2007) @@ -4739,124 +4881,6 @@
-
- - Changes in release MySQL 5.1.19-ndb-6.2.5-beta (Not yet released) - - - This is a new Beta development release, fixing recently - discovered bugs. - - - - [js] Uncomment next para following release. - - - - - - NOTE: 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 - for more details about the - individual bugs fixed in this version. - - - - 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 - ), 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 - . Also included are most - (but not all) bugfixes made in the MCCGE - 6.1.x series through MySQL - 5.1.15-ndb-6.1.16. - - - - - - Functionality added or changed: - - - - - - - It is now possible to control whether fixed-width or - variable-width storage is used for a given column of an - NDB table by means of the - COLUMN_FORMAT specifier as part of the - column's definition in a CREATE TABLE or - ALTER TABLE statement. - - - - It is also possible to control whether a given column of an - NDB table is stored in memory or on disk, - using the STORAGE specifier as part of - the column's definition in a CREATE TABLE - or ALTER TABLE statement. - - - - For permitted values and other information about - COLUMN_FORMAT and - STORAGE, see - . - - - - - - - -
-
Changes in release MySQL 5.1.19-ndb-6.2.4-beta (04 July 2007) 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