List:Commits« Previous MessageNext Message »
From:paul Date:September 27 2006 5:35pm
Subject:svn commit - mysqldoc@docsrva: r3480 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-09-27 19:34:52 +0200 (Wed, 27 Sep 2006)
New Revision: 3480

Log:
 r14091@polar:  paul | 2006-09-27 12:37:45 -0500
 Refine the statement about what's displayed from I_S. (per PeterG)


Modified:
   trunk/refman-5.0/information-schema.xml
   trunk/refman-5.1/information-schema.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14062
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:8680
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14091
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:8680
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466


Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml	2006-09-27 14:07:33 UTC (rev 3479)
+++ trunk/refman-5.0/information-schema.xml	2006-09-27 17:34:52 UTC (rev 3480)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 774 bytes

@@ -111,7 +111,10 @@
   <para>
     Each MySQL user has the right to access these tables, but can see
     only the rows in the tables that correspond to objects for which the
-    user has the proper access privileges.
+    user has the proper access privileges. In some cases (for example,
+    the <literal>ROUTINE_DEFINITION</literal> column in the
+    <literal>INFORMATION_SCHEMA.ROUTINES</literal> table), users who
+    have insufficient privileges will see <literal>NULL</literal>.
   </para>
 
   <para>


Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-09-27 14:07:33 UTC (rev 3479)
+++ trunk/refman-5.1/information-schema.xml	2006-09-27 17:34:52 UTC (rev 3480)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 774 bytes

@@ -111,7 +111,10 @@
   <para>
     Each MySQL user has the right to access these tables, but can see
     only the rows in the tables that correspond to objects for which the
-    user has the proper access privileges.
+    user has the proper access privileges. In some cases (for example,
+    the <literal>ROUTINE_DEFINITION</literal> column in the
+    <literal>INFORMATION_SCHEMA.ROUTINES</literal> table), users who
+    have insufficient privileges will see <literal>NULL</literal>.
   </para>
 
   <para>


Thread
svn commit - mysqldoc@docsrva: r3480 - in trunk: . refman-5.0 refman-5.1paul27 Sep