From: jon Date: October 13 2006 3:59pm Subject: svn commit - mysqldoc@docsrva: r3631 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/13668 Message-Id: <200610131559.k9DFxgZq017465@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-10-13 17:59:30 +0200 (Fri, 13 Oct 2006) New Revision: 3631 Log: Signal log & SendSignalId config parameter enabled for debug builds only. (Thanks, Stewart!) Modified: trunk/refman-4.1/mysql-cluster.xml trunk/refman-5.0/mysql-cluster.xml trunk/refman-5.1/mysql-cluster.xml Modified: trunk/refman-4.1/mysql-cluster.xml =================================================================== --- trunk/refman-4.1/mysql-cluster.xml 2006-10-13 15:30:48 UTC (rev 3630) +++ trunk/refman-4.1/mysql-cluster.xml 2006-10-13 15:59:30 UTC (rev 3631) Changed blocks: 3, Lines Added: 8, Lines Deleted: 3; 1652 bytes @@ -6197,7 +6197,8 @@ is necessary to identify each message. When this parameter is set to Y, message IDs are transported over the network. This feature is disabled by - default. + default in production builds, and enabled in + -debug builds. @@ -6471,7 +6472,9 @@ necessary to provide each message with a unique identifier. Setting this parameter to Y causes these message IDs to be transported over the - network as well. This feature is disabled by default. + network as well. This feature is disabled by + default in production builds, and enabled in + -debug builds. @@ -6685,7 +6688,9 @@ To trace a distributed message it is necessary to identify each message uniquely. When this parameter is set to Y, message IDs are transported over the - network. This feature is disabled by default. + network. This feature is disabled by + default in production builds, and enabled in + -debug builds. Modified: trunk/refman-5.0/mysql-cluster.xml =================================================================== --- trunk/refman-5.0/mysql-cluster.xml 2006-10-13 15:30:48 UTC (rev 3630) +++ trunk/refman-5.0/mysql-cluster.xml 2006-10-13 15:59:30 UTC (rev 3631) Changed blocks: 3, Lines Added: 8, Lines Deleted: 3; 1652 bytes @@ -6178,7 +6178,8 @@ is necessary to identify each message. When this parameter is set to Y, message IDs are transported over the network. This feature is disabled by - default. + default in production builds, and enabled in + -debug builds. @@ -6452,7 +6453,9 @@ necessary to provide each message with a unique identifier. Setting this parameter to Y causes these message IDs to be transported over the - network as well. This feature is disabled by default. + network as well. This feature is disabled by + default in production builds, and enabled in + -debug builds. @@ -6666,7 +6669,9 @@ To trace a distributed message it is necessary to identify each message uniquely. When this parameter is set to Y, message IDs are transported over the - network. This feature is disabled by default. + network. This feature is disabled by + default in production builds, and enabled in + -debug builds. Modified: trunk/refman-5.1/mysql-cluster.xml =================================================================== --- trunk/refman-5.1/mysql-cluster.xml 2006-10-13 15:30:48 UTC (rev 3630) +++ trunk/refman-5.1/mysql-cluster.xml 2006-10-13 15:59:30 UTC (rev 3631) Changed blocks: 3, Lines Added: 8, Lines Deleted: 3; 1652 bytes @@ -6075,7 +6075,8 @@ is necessary to identify each message. When this parameter is set to Y, message IDs are transported over the network. This feature is disabled by - default. + default in production builds, and enabled in + -debug builds. @@ -6347,7 +6348,9 @@ necessary to provide each message with a unique identifier. Setting this parameter to Y causes these message IDs to be transported over the - network as well. This feature is disabled by default. + network as well. This feature is disabled by + default in production builds, and enabled in + -debug builds. @@ -6561,7 +6564,9 @@ To trace a distributed message it is necessary to identify each message uniquely. When this parameter is set to Y, message IDs are transported over the - network. This feature is disabled by default. + network. This feature is disabled by + default in production builds, and enabled in + -debug builds.