Author: paul
Date: 2006-11-17 17:08:34 +0100 (Fri, 17 Nov 2006)
New Revision: 3968
Log:
r12165@frost: paul | 2006-11-17 10:07:30 -0600
Add help markup for SHOW CREATE EVENT.
Modified:
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15744
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12161
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15744
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:12165
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11757
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-11-17 16:05:13 UTC (rev 3967)
+++ trunk/refman-5.1/sql-syntax.xml 2006-11-17 16:08:34 UTC (rev 3968)
Changed blocks: 3, Lines Added: 16, Lines Deleted: 0; 1336 bytes
@@ -17503,10 +17503,20 @@
<title><literal>SHOW CREATE EVENT</literal></title>
+ <remark role="help-topic" condition="SHOW CREATE EVENT"/>
+
+ <remark role="help-keywords">
+ SHOW CREATE EVENT
+ </remark>
+
+ <remark role="help-syntax"/>
+
<programlisting>
SHOW CREATE EVENT <replaceable>event_name</replaceable>
</programlisting>
+ <remark role="help-description-begin"/>
+
<para>
This statement displays the <literal>CREATE TABLE</literal>
statement needed to re-create a given event. For example
@@ -17514,6 +17524,10 @@
then altered in <xref linkend="show-events"/>):
</para>
+ <remark role="help-description-end"/>
+
+ <remark role="help-example-begin"/>
+
<programlisting>
mysql> SHOW CREATE EVENT test.e_daily\G
@@ -17534,6 +17548,8 @@
END
</programlisting>
+ <remark role="help-example-end"/>
+
<para>
Note that the output reflects the current status of the event
(<literal>ENABLE</literal>) rather than the status with which
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3968 - in trunk: . refman-5.1 | paul | 17 Nov |