From: paul Date: December 13 2005 4:31am Subject: svn commit - mysqldoc@docsrva: r548 - in trunk: . refman-5.1 refman-common List-Archive: http://lists.mysql.com/commits/95 Message-Id: <200512130431.jBD4Vn9r013421@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-13 05:31:48 +0100 (Tue, 13 Dec 2005) New Revision: 548 Log: r4735@frost: paul | 2005-12-12 22:17:38 -0600 Fix validation errors. Modified: trunk/ trunk/refman-5.1/installing.xml trunk/refman-common/news-5.1.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4730 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4735 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609 Modified: trunk/refman-5.1/installing.xml =================================================================== --- trunk/refman-5.1/installing.xml 2005-12-12 23:51:55 UTC (rev 547) +++ trunk/refman-5.1/installing.xml 2005-12-13 04:31:48 UTC (rev 548) @@ -12172,10 +12172,10 @@ Incompatible change: MySQL - ¤t_series; implements support for a plugin API that + ¤t-series; implements support for a plugin API that allows the loading and unloading of components at runtime, - without restarting the server. . The - plugin API requires the mysql.plugin + without restarting the server. . + The plugin API requires the mysql.plugin table. When upgrading from an older version of MySQL, you should run the mysql_fix_privilege_tables command to create this table. See Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2005-12-12 23:51:55 UTC (rev 547) +++ trunk/refman-common/news-5.1.xml 2005-12-13 04:31:48 UTC (rev 548) @@ -26,7 +26,7 @@ MySQL 5.1 implements support for a plugin API that allows the loading and unloading of components at runtime, without - restarting the server. . + restarting the server. .