From: Date: September 30 2008 8:19pm Subject: svn commit - mysqldoc@docsrva: r11925 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 List-Archive: http://lists.mysql.com/commits/54806 Message-Id: <200809301819.m8UIJAKB010159@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2008-09-30 20:19:10 +0200 (Tue, 30 Sep 2008) New Revision: 11925 Log: r34341@frost: paul | 2008-09-30 12:37:02 -0500 Fix docs bug: Bug#39652: SHOW GRANTS FOR : Not clear which privileges needed to call it Modified: trunk/refman-4.1/sql-syntax-server-administration.xml trunk/refman-5.0/sql-syntax-server-administration.xml trunk/refman-5.1/sql-syntax-server-administration.xml trunk/refman-6.0/sql-syntax-server-administration.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:34339 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33355 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:34341 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33355 Modified: trunk/refman-4.1/sql-syntax-server-administration.xml =================================================================== --- trunk/refman-4.1/sql-syntax-server-administration.xml 2008-09-30 17:26:37 UTC (rev 11924) +++ trunk/refman-4.1/sql-syntax-server-administration.xml 2008-09-30 18:19:10 UTC (rev 11925) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 729 bytes @@ -4508,6 +4508,12 @@ example, if an anonymous account exists, the named account might be able to use its privileges, but SHOW GRANTS will not display them. + + + SHOW GRANTS requires the + SELECT privilege for the + mysql database. + Modified: trunk/refman-5.0/sql-syntax-server-administration.xml =================================================================== --- trunk/refman-5.0/sql-syntax-server-administration.xml 2008-09-30 17:26:37 UTC (rev 11924) +++ trunk/refman-5.0/sql-syntax-server-administration.xml 2008-09-30 18:19:10 UTC (rev 11925) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 731 bytes @@ -5143,6 +5143,12 @@ example, if an anonymous account exists, the named account might be able to use its privileges, but SHOW GRANTS will not display them. + + + SHOW GRANTS requires the + SELECT privilege for the + mysql database. + Modified: trunk/refman-5.1/sql-syntax-server-administration.xml =================================================================== --- trunk/refman-5.1/sql-syntax-server-administration.xml 2008-09-30 17:26:37 UTC (rev 11924) +++ trunk/refman-5.1/sql-syntax-server-administration.xml 2008-09-30 18:19:10 UTC (rev 11925) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 731 bytes @@ -6132,6 +6132,12 @@ example, if an anonymous account exists, the named account might be able to use its privileges, but SHOW GRANTS will not display them. + + + SHOW GRANTS requires the + SELECT privilege for the + mysql database. + Modified: trunk/refman-6.0/sql-syntax-server-administration.xml =================================================================== --- trunk/refman-6.0/sql-syntax-server-administration.xml 2008-09-30 17:26:37 UTC (rev 11924) +++ trunk/refman-6.0/sql-syntax-server-administration.xml 2008-09-30 18:19:10 UTC (rev 11925) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 731 bytes @@ -6153,6 +6153,12 @@ example, if an anonymous account exists, the named account might be able to use its privileges, but SHOW GRANTS will not display them. + + + SHOW GRANTS requires the + SELECT privilege for the + mysql database. +