List:Internals« Previous MessageNext Message »
From:paul Date:September 16 2005 3:40am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3577)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3577 05/09/15 20:40:19 paul@stripped +3 -0
  New columns in INFORMATION_SCHEMA.VIEWS.

  refman/information-schema.xml
    1.19 05/09/15 20:40:17 paul@stripped +20 -0
    New columns in INFORMATION_SCHEMA.VIEWS.

  refman-5.1/information-schema.xml
    1.11 05/09/15 20:40:17 paul@stripped +20 -0
    Sync.

  refman-5.0/information-schema.xml
    1.12 05/09/15 20:40:17 paul@stripped +20 -0
    Sync.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Users/paul/bk/mysqldoc

--- 1.10/refman-5.1/information-schema.xml	2005-09-10 18:54:00 -05:00
+++ 1.11/refman-5.1/information-schema.xml	2005-09-15 20:40:17 -05:00
@@ -2923,6 +2923,16 @@
               <entry/>
               <entry/>
             </row>
+            <row>
+              <entry><literal>DEFINER</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
+            <row>
+              <entry><literal>SECURITY_TYPE</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
 <!--
          <row>
            <entry>
@@ -2991,6 +3001,16 @@
             The <literal>IS_UPDATABLE</literal> column is
             <literal>YES</literal> if the view is updatable,
             <literal>NO</literal> if the view is not updatable.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <literal>DEFINER</literal> and
+            <literal>SECURITY_TYPE</literal> columns were added in MySQL
+            5.0.14. <literal>DEFINER</literal> indicates who defined the
+            view. <literal>SECURITY_TYPE</literal> has a value of
+            <literal>DEFINER</literal> or
<literal>INVOKER</literal>.
           </para>
         </listitem>
 

--- 1.18/refman/information-schema.xml	2005-09-10 18:54:04 -05:00
+++ 1.19/refman/information-schema.xml	2005-09-15 20:40:17 -05:00
@@ -2916,6 +2916,16 @@
               <entry/>
               <entry></entry>
             </row>
+            <row>
+              <entry><literal>DEFINER</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
+            <row>
+              <entry><literal>SECURITY_TYPE</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
 <!--
          <row>
            <entry>
@@ -2984,6 +2994,16 @@
             The <literal>IS_UPDATABLE</literal> column is
             <literal>YES</literal> if the view is updatable,
             <literal>NO</literal> if the view is not updatable.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <literal>DEFINER</literal> and
+            <literal>SECURITY_TYPE</literal> columns were added in MySQL
+            5.0.14. <literal>DEFINER</literal> indicates who defined the
+            view. <literal>SECURITY_TYPE</literal> has a value of
+            <literal>DEFINER</literal> or
<literal>INVOKER</literal>.
           </para>
         </listitem>
 

--- 1.11/refman-5.0/information-schema.xml	2005-09-10 18:53:58 -05:00
+++ 1.12/refman-5.0/information-schema.xml	2005-09-15 20:40:17 -05:00
@@ -2923,6 +2923,16 @@
               <entry/>
               <entry/>
             </row>
+            <row>
+              <entry><literal>DEFINER</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
+            <row>
+              <entry><literal>SECURITY_TYPE</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
 <!--
          <row>
            <entry>
@@ -2991,6 +3001,16 @@
             The <literal>IS_UPDATABLE</literal> column is
             <literal>YES</literal> if the view is updatable,
             <literal>NO</literal> if the view is not updatable.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <literal>DEFINER</literal> and
+            <literal>SECURITY_TYPE</literal> columns were added in MySQL
+            5.0.14. <literal>DEFINER</literal> indicates who defined the
+            view. <literal>SECURITY_TYPE</literal> has a value of
+            <literal>DEFINER</literal> or
<literal>INVOKER</literal>.
           </para>
         </listitem>
 
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3577)paul16 Sep