From: jon Date: April 20 2006 6:21am Subject: svn commit - mysqldoc@docsrva: r1883 - trunk/refman-common List-Archive: http://lists.mysql.com/commits/5188 Message-Id: <200604200621.k3K6LdHW005232@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-04-20 08:21:38 +0200 (Thu, 20 Apr 2006) New Revision: 1883 Log: Documenting fix for Bug #15530 (Cluster). Modified: trunk/refman-common/news-5.0.xml trunk/refman-common/news-5.1.xml Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2006-04-20 04:06:58 UTC (rev 1882) +++ trunk/refman-common/news-5.0.xml 2006-04-20 06:21:38 UTC (rev 1883) @@ -233,6 +233,15 @@ + + + + NDB Cluster: On slow networks or CPUs, the + management client SHOW command could + sometimes erroneously show all data nodes as being master + nodes belonging to nodegroup 0. (Bug #15530) + + Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2006-04-20 04:06:58 UTC (rev 1882) +++ trunk/refman-common/news-5.1.xml 2006-04-20 06:21:38 UTC (rev 1883) @@ -126,6 +126,15 @@ + NDB Cluster: On slow networks or CPUs, the + management client SHOW command could + sometimes erroneously show all data nodes as being master + nodes belonging to nodegroup 0. (Bug #15530) + + + + + The XPath string-length() function was not implemented for use with ExtractValue(). (Bug #16319)