List:Commits« Previous MessageNext Message »
From:paul.dubois Date:September 10 2008 3:07pm
Subject:svn commit - mysqldoc@docsrva: r11748 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-09-10 17:07:37 +0200 (Wed, 10 Sep 2008)
New Revision: 11748

Log:
 r33752@frost:  paul | 2008-09-09 13:42:13 -0500
 Triggers, events: General revisions


Modified:
   trunk/refman-5.0/triggers.xml
   trunk/refman-5.1/events.xml
   trunk/refman-5.1/triggers.xml
   trunk/refman-6.0/triggers.xml

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


Modified: trunk/refman-5.0/triggers.xml
===================================================================
--- trunk/refman-5.0/triggers.xml	2008-09-10 12:43:20 UTC (rev 11747)
+++ trunk/refman-5.0/triggers.xml	2008-09-10 15:07:37 UTC (rev 11748)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 7; 1565 bytes

@@ -47,18 +47,38 @@
 
   <para>
     This chapter describes the syntax for creating and dropping
-    triggers, and shows some examples of how to use them. Discussion of
-    restrictions on use of triggers is given in
-    <xref linkend="routine-restrictions"/>. Remarks regarding binary
-    logging as it applies to triggers are given in
-    <xref linkend="stored-procedure-logging"/>.
+    triggers, and shows some examples of how to use them.
   </para>
 
   <para>
-    For answers to some common questions about triggers in MySQL
-    &current-series;, see <xref linkend="faqs-triggers"/>.
+    <emphasis role="bold">Additional resources</emphasis>
   </para>
 
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        Binary logging for triggers takes place as described in
+        <xref linkend="stored-procedure-logging"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        For answers to some common questions about triggers in MySQL
+        &current-series;, see <xref linkend="faqs-triggers"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        Discussion of restrictions on use of triggers is given in
+        <xref linkend="routine-restrictions"/>.
+      </para>
+    </listitem>
+
+  </itemizedlist>
+
   <section id="create-trigger">
 
     <title><literal>CREATE TRIGGER</literal> Syntax</title>


Modified: trunk/refman-5.1/events.xml
===================================================================
--- trunk/refman-5.1/events.xml	2008-09-10 12:43:20 UTC (rev 11747)
+++ trunk/refman-5.1/events.xml	2008-09-10 15:07:37 UTC (rev 11748)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 722 bytes

@@ -1492,9 +1492,9 @@
 
         <listitem>
           <para>
-            In MySQL 5.1.11 <literal>-debug</literal> builds, you can
-            use the <literal>SHOW SCHEDULER STATUS</literal> statement;
-            see <xref linkend="show-scheduler-status"/>.
+            In debugging builds of MySQL 5.1.11, you can use the
+            <literal>SHOW SCHEDULER STATUS</literal> statement; see
+            <xref linkend="show-scheduler-status"/>.
           </para>
 
           <important>


Modified: trunk/refman-5.1/triggers.xml
===================================================================
--- trunk/refman-5.1/triggers.xml	2008-09-10 12:43:20 UTC (rev 11747)
+++ trunk/refman-5.1/triggers.xml	2008-09-10 15:07:37 UTC (rev 11748)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 7; 1565 bytes

@@ -46,18 +46,38 @@
 
   <para>
     This chapter describes the syntax for creating and dropping
-    triggers, and shows some examples of how to use them. Discussion of
-    restrictions on use of triggers is given in
-    <xref linkend="routine-restrictions"/>. Remarks regarding binary
-    logging as it applies to triggers are given in
-    <xref linkend="stored-procedure-logging"/>.
+    triggers, and shows some examples of how to use them.
   </para>
 
   <para>
-    For answers to some common questions about triggers in MySQL
-    &current-series;, see <xref linkend="faqs-triggers"/>.
+    <emphasis role="bold">Additional resources</emphasis>
   </para>
 
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        Binary logging for triggers takes place as described in
+        <xref linkend="stored-procedure-logging"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        For answers to some common questions about triggers in MySQL
+        &current-series;, see <xref linkend="faqs-triggers"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        Discussion of restrictions on use of triggers is given in
+        <xref linkend="routine-restrictions"/>.
+      </para>
+    </listitem>
+
+  </itemizedlist>
+
   <section id="create-trigger">
 
     <title><literal>CREATE TRIGGER</literal> Syntax</title>


Modified: trunk/refman-6.0/triggers.xml
===================================================================
--- trunk/refman-6.0/triggers.xml	2008-09-10 12:43:20 UTC (rev 11747)
+++ trunk/refman-6.0/triggers.xml	2008-09-10 15:07:37 UTC (rev 11748)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 7; 1565 bytes

@@ -46,18 +46,38 @@
 
   <para>
     This chapter describes the syntax for creating and dropping
-    triggers, and shows some examples of how to use them. Discussion of
-    restrictions on use of triggers is given in
-    <xref linkend="routine-restrictions"/>. Remarks regarding binary
-    logging as it applies to triggers are given in
-    <xref linkend="stored-procedure-logging"/>.
+    triggers, and shows some examples of how to use them.
   </para>
 
   <para>
-    For answers to some common questions about triggers in MySQL
-    &current-series;, see <xref linkend="faqs-triggers"/>.
+    <emphasis role="bold">Additional resources</emphasis>
   </para>
 
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        Binary logging for triggers takes place as described in
+        <xref linkend="stored-procedure-logging"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        For answers to some common questions about triggers in MySQL
+        &current-series;, see <xref linkend="faqs-triggers"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        Discussion of restrictions on use of triggers is given in
+        <xref linkend="routine-restrictions"/>.
+      </para>
+    </listitem>
+
+  </itemizedlist>
+
   <section id="create-trigger">
 
     <title><literal>CREATE TRIGGER</literal> Syntax</title>


Thread
svn commit - mysqldoc@docsrva: r11748 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul.dubois10 Sep