List:Internals« Previous MessageNext Message »
From:jon Date:July 30 2005 5:39am
Subject:bk commit - mysqldoc@docsrva tree (jon:1.3140)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.3140 05/07/30 15:39:29 jon@stripped +2 -0
  SQL Syntax: Added complete syntax 
  for SHOW TRIGGERS.

  refman/sql-syntax.xml
    1.25 05/07/30 15:39:28 jon@stripped +9 -1
    Added complete syntax for SHOW TRIGGERS.

  refman-5.0/sql-syntax.xml
    1.30 05/07/30 15:39:28 jon@stripped +9 -1
    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:	jon
# Host:	gigan.
# Root:	/home/jon/bk/mysqldoc

--- 1.29/refman-5.0/sql-syntax.xml	2005-07-29 22:39:10 +10:00
+++ 1.30/refman-5.0/sql-syntax.xml	2005-07-30 15:39:28 +10:00
@@ -14667,6 +14667,13 @@
           defined on the MySQL server. It was implemented in MySQL
           5.0.10.
         </para>
+        
+        <para>
+          Syntax:
+<programlisting>
+SHOW TRIGGERS [FROM <replaceable>db_name</replaceable>] [LIKE <replaceable>expr</replaceable>]
+</programlisting>
+        </para>
 
         <para>
           The output of this statement resembles the following:
@@ -14725,7 +14732,8 @@
             <listitem>
               <para>
                 <literal>Created</literal>: Currently this value of this 
-                column is always <literal>NULL</literal>.
+                column is always <literal>NULL</literal> (displayed as 
+                <literal>0</literal>).
               </para>
             </listitem>
 

--- 1.24/refman/sql-syntax.xml	2005-07-29 22:39:10 +10:00
+++ 1.25/refman/sql-syntax.xml	2005-07-30 15:39:28 +10:00
@@ -15087,6 +15087,13 @@
           defined on the MySQL server. It was implemented in MySQL
           5.0.10.
         </para>
+        
+        <para>
+          Syntax:
+<programlisting>
+SHOW TRIGGERS [FROM <replaceable>db_name</replaceable>] [LIKE <replaceable>expr</replaceable>]
+</programlisting>
+        </para>
 
         <para>
           The output of this statement resembles the following:
@@ -15145,7 +15152,8 @@
             <listitem>
               <para>
                 <literal>Created</literal>: Currently this value of this 
-                column is always <literal>NULL</literal>.
+                column is always <literal>NULL</literal> (displayed as 
+                <literal>0</literal>).
               </para>
             </listitem>
 
Thread
bk commit - mysqldoc@docsrva tree (jon:1.3140)jon30 Jul