From: jon
Date: February 22 2008 10:35am
Subject: svn commit - mysqldoc@docsrva: r9974 - in trunk: refman-5.1 refman-6.0
List-Archive: http://lists.mysql.com/commits/42813
Message-Id: <200802221035.m1MAZwGt011600@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2008-02-22 11:35:58 +0100 (Fri, 22 Feb 2008)
New Revision: 9974
Log:
Fixes Docs Bug #31571 (Thanks, Tomas!)
Modified:
trunk/refman-5.1/sql-syntax.xml
trunk/refman-6.0/sql-syntax.xml
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2008-02-22 00:15:06 UTC (rev 9973)
+++ trunk/refman-5.1/sql-syntax.xml 2008-02-22 10:35:58 UTC (rev 9974)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 675 bytes
@@ -20879,7 +20879,8 @@
connect_count
- The number of active connections to cluster data nodes
+ The number of times this mysqld has connected or
+ reconnected to cluster data nodes
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2008-02-22 00:15:06 UTC (rev 9973)
+++ trunk/refman-6.0/sql-syntax.xml 2008-02-22 10:35:58 UTC (rev 9974)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 675 bytes
@@ -21038,7 +21038,8 @@
connect_count
- The number of active connections to cluster data nodes
+ The number of times this mysqld has connected or
+ reconnected to cluster data nodes