List:Internals« Previous MessageNext Message »
From:paul Date:November 19 2005 7:50pm
Subject:svn commit - mysqldoc@docsrva: r365 - in trunk: . refman-5.0 refman-5.1 refman-common
View as plain text  
Author: paul
Date: 2005-11-19 19:50:46 +0100 (Sat, 19 Nov 2005)
New Revision: 365

Log:
 r3903@frost:  paul | 2005-11-19 12:48:59 -0600
 New I_S column: TRIGGERS.DEFINER


Modified:
   trunk/
   trunk/refman-5.0/information-schema.xml
   trunk/refman-5.1/information-schema.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/titles.en.ent


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3876
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3903
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1101

Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml	2005-11-18 18:43:41 UTC (rev 364)
+++ trunk/refman-5.0/information-schema.xml	2005-11-19 18:50:46 UTC (rev 365)
@@ -3172,6 +3172,11 @@
               <entry/>
               <entry/>
             </row>
+            <row>
+              <entry><literal>DEFINER</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable>
@@ -3275,6 +3280,14 @@
 
         <listitem>
           <para>
+            The <literal>DEFINER</literal> column was added in MySQL
+            5.0.17. <literal>DEFINER</literal> indicates who defined the
+            trigger.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
             The following columns currently always contain
             <literal>NULL</literal>:
<literal>TRIGGER_CATALOG</literal>,
             <literal>EVENT_OBJECT_CATALOG</literal>,

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2005-11-18 18:43:41 UTC (rev 364)
+++ trunk/refman-5.1/information-schema.xml	2005-11-19 18:50:46 UTC (rev 365)
@@ -3140,6 +3140,11 @@
               <entry/>
               <entry/>
             </row>
+            <row>
+              <entry><literal>DEFINER</literal></entry>
+              <entry/>
+              <entry></entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable>
@@ -3243,6 +3248,14 @@
 
         <listitem>
           <para>
+            The <literal>DEFINER</literal> column was added in MySQL
+            5.1.2. <literal>DEFINER</literal> indicates who defined the
+            trigger.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
             The following columns currently always contain
             <literal>NULL</literal>:
<literal>TRIGGER_CATALOG</literal>,
             <literal>EVENT_OBJECT_CATALOG</literal>,

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2005-11-18 18:43:41 UTC (rev 364)
+++ trunk/refman-common/news-5.0.xml	2005-11-19 18:50:46 UTC (rev 365)
@@ -163,6 +163,35 @@
     for each individual 5.0.x release.
   </para>
 
+  <section id="news-5-0-17">
+
+    <title id="title-news-5-0-17">&title-news-5-0-17;</title>
+
+    <para>
+      Functionality added or changed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Added a <literal>DEFINER</literal> column to the
+          <literal>INFORMATION_SCHEMA.TRIGGERS</literal> table.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <remark role="note">
+      Replace with itemized list when there are items to place here.
+    </remark>
+
+  </section>
+
   <section id="news-5-0-16">
 
     <title id="title-news-5-0-16">&title-news-5-0-16;</title>

Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent	2005-11-18 18:43:41 UTC (rev 364)
+++ trunk/refman-common/titles.en.ent	2005-11-19 18:50:46 UTC (rev 365)
@@ -1217,6 +1217,7 @@
 <!ENTITY title-news-5-0-14 "Changes in release 5.0.14 (Not released)">
 <!ENTITY title-news-5-0-15 "Changes in release 5.0.15 (19 October 2005:
Production)">
 <!ENTITY title-news-5-0-16 "Changes in release 5.0.16 (Not yet released)">
+<!ENTITY title-news-5-0-17 "Changes in release 5.0.17 (Not yet released)">
 <!ENTITY title-news-5-0-2 "Changes in release 5.0.2 (01 Dec 2004)">
 <!ENTITY title-news-5-0-3 "Changes in release 5.0.3 (23 Mar 2005: Beta)">
 <!ENTITY title-news-5-0-4 "Changes in release 5.0.4 (16 Apr 2005)">

Thread
svn commit - mysqldoc@docsrva: r365 - in trunk: . refman-5.0 refman-5.1 refman-commonpaul19 Nov