From: paul.dubois
Date: March 25 2009 4:42pm
Subject: svn commit - mysqldoc@docsrva: r14368 - in trunk: . refman-4.1
List-Archive: http://lists.mysql.com/commits/70387
Message-Id: <200903251642.n2PGgqHJ031264@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2009-03-25 17:42:50 +0100 (Wed, 25 Mar 2009)
New Revision: 14368
Log:
r39901@frost: paul | 2009-03-25 11:41:19 -0500
Remove references to procs_priv table from 4.1 manual
Modified:
trunk/refman-4.1/dba-privilege-system.xml
trunk/refman-4.1/programs-admin-util.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39900
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:37251
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39901
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:37251
Modified: trunk/refman-4.1/dba-privilege-system.xml
===================================================================
--- trunk/refman-4.1/dba-privilege-system.xml 2009-03-25 16:42:35 UTC (rev 14367)
+++ trunk/refman-4.1/dba-privilege-system.xml 2009-03-25 16:42:50 UTC (rev 14368)
Changed blocks: 3, Lines Added: 7, Lines Deleted: 14; 1859 bytes
@@ -812,8 +812,7 @@
tables_priv and
columns_priv tables contain scope columns
indicating tables or table/column combinations to which each
- row applies. The procs_priv scope columns
- indicate the stored routine to which each row applies.
+ row applies.
@@ -1272,13 +1271,12 @@
- In the tables_priv,
- columns_priv, and procs_priv
- tables, the privilege columns are declared as
- SET columns. Values in these
- columns can contain any combination of the privileges controlled
- by the table. Only those privileges listed in the column value are
- enabled.
+ In the tables_priv and
+ columns_priv tables, the privilege columns are
+ declared as SET columns. Values in
+ these columns can contain any combination of the privileges
+ controlled by the table. Only those privileges listed in the
+ column value are enabled.
@@ -2053,11 +2051,6 @@
in mysql.columns_priv table
-
- wildcards
- in mysql.procs_priv table
-
-
The tables_priv and
columns_priv tables grant table-specific and
Modified: trunk/refman-4.1/programs-admin-util.xml
===================================================================
--- trunk/refman-4.1/programs-admin-util.xml 2009-03-25 16:42:35 UTC (rev 14367)
+++ trunk/refman-4.1/programs-admin-util.xml 2009-03-25 16:42:50 UTC (rev 14368)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 3; 752 bytes
@@ -3168,9 +3168,8 @@
access using only the user,
db, and host tables. It
does not check table, column, or routine privileges specified in
- the tables_priv,
- columns_priv, or
- procs_priv tables.
+ the tables_priv or
+ columns_priv tables.