From: paul Date: December 7 2005 8:47pm Subject: svn commit - mysqldoc@docsrva: r520 - in trunk: . refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/29 Message-Id: <200512072047.jB7Klwma023408@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-07 21:47:57 +0100 (Wed, 07 Dec 2005) New Revision: 520 Log: r4603@frost: paul | 2005-12-07 13:54:27 -0600 REPAIR/BACKUP/RESTORE TABLE not prohibited in stored routines after all. (Just stored functions.) Modified: trunk/ trunk/refman-5.0/restrictions.xml trunk/refman-5.1/restrictions.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4598 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4603 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505 Modified: trunk/refman-5.0/restrictions.xml =================================================================== --- trunk/refman-5.0/restrictions.xml 2005-12-07 19:18:29 UTC (rev 519) +++ trunk/refman-5.0/restrictions.xml 2005-12-07 20:47:57 UTC (rev 520) @@ -72,10 +72,8 @@ - The table-maintenance statements BACKUP - TABLES, CHECK TABLES, - OPTIMIZE TABLES, and REPAIR - TABLES, RESTORE TABLES. + The table-maintenance statements CHECK + TABLES and OPTIMIZE TABLES. Modified: trunk/refman-5.1/restrictions.xml =================================================================== --- trunk/refman-5.1/restrictions.xml 2005-12-07 19:18:29 UTC (rev 519) +++ trunk/refman-5.1/restrictions.xml 2005-12-07 20:47:57 UTC (rev 520) @@ -72,10 +72,8 @@ - The table-maintenance statements BACKUP - TABLES, CHECK TABLES, - OPTIMIZE TABLES, and REPAIR - TABLES, RESTORE TABLES. + The table-maintenance statements CHECK + TABLES and OPTIMIZE TABLES.