From: jon Date: October 19 2007 7:36am Subject: svn commit - mysqldoc@docsrva: r8185 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/35886 Message-Id: <200710190736.l9J7amTP028374@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-10-19 09:36:47 +0200 (Fri, 19 Oct 2007) New Revision: 8185 Log: Documented fix for Bug #31438 (XML) Modified: trunk/refman-5.1/news-5.1.xml Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-10-19 07:31:32 UTC (rev 8184) +++ trunk/refman-5.1/news-5.1.xml 2007-10-19 07:36:47 UTC (rev 8185) Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 690 bytes @@ -197,6 +197,14 @@ + The UpdateXML() function did not check for + the validity of all its arguments; in some cases, this could + lead to a crash of the server. (Bug #31438) + + + + + The mysqld_safe script had a syntax error in a test operation. (Bug #30624)