List:Commits« Previous MessageNext Message »
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
View as plain text  
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 <literal>Y</literal>, message IDs are
               transported over the network. This feature is disabled by
-              default.
+              default in production builds, and enabled in
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6471,7 +6472,9 @@
               necessary to provide each message with a unique
               identifier. Setting this parameter to <literal>Y</literal>
               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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6685,7 +6688,9 @@
               To trace a distributed message it is necessary to identify
               each message uniquely. When this parameter is set to
               <literal>Y</literal>, 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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 


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 <literal>Y</literal>, message IDs are
               transported over the network. This feature is disabled by
-              default.
+              default in production builds, and enabled in
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6452,7 +6453,9 @@
               necessary to provide each message with a unique
               identifier. Setting this parameter to <literal>Y</literal>
               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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6666,7 +6669,9 @@
               To trace a distributed message it is necessary to identify
               each message uniquely. When this parameter is set to
               <literal>Y</literal>, 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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 


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 <literal>Y</literal>, message IDs are
               transported over the network. This feature is disabled by
-              default.
+              default in production builds, and enabled in
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6347,7 +6348,9 @@
               necessary to provide each message with a unique
               identifier. Setting this parameter to <literal>Y</literal>
               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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 

@@ -6561,7 +6564,9 @@
               To trace a distributed message it is necessary to identify
               each message uniquely. When this parameter is set to
               <literal>Y</literal>, 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
+              <literal>-debug</literal> builds.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r3631 - in trunk: refman-4.1 refman-5.0 refman-5.1jon13 Oct