[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-internals
Subject:    bk commit - mysqldoc tree (paul:1.1196)
From:       paul () mysql ! com
Date:       2004-01-29 22:58:02
Message-ID: 20040129225802.09D132386F3 () ice ! local
[Download RAW message or body]

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.1196 04/01/29 16:57:56 paul@ice.local +1 -0
  Correct a few syntax descriptions.

  Docs/manual.texi
    1.1102 04/01/29 16:57:53 paul@ice.local +4 -4
    Correct a few syntax descriptions.

# 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:	ice.local
# Root:	/Volumes/ice2/MySQL/bk/mysqldoc

--- 1.1101/Docs/manual.texi	Thu Jan 29 14:50:20 2004
+++ 1.1102/Docs/manual.texi	Thu Jan 29 16:57:53 2004
@@ -58968,7 +58968,7 @@
 @findex ALTER FUNCTION
 
 @example
-ALTER PROCEDURE | FUNCTION sp_name [characteristic ...]
+ALTER @{PROCEDURE | FUNCTION@} sp_name [characteristic ...]
 
 characteristic:
     NAME newname
@@ -58988,7 +58988,7 @@
 @findex DROP FUNCTION
 
 @example
-DROP PROCEDURE | FUNCTION [IF EXISTS] sp_name
+DROP @{PROCEDURE | FUNCTION@} [IF EXISTS] sp_name
 @end example
 
 This command is used to delete a stored procedure or function. That is, the
@@ -59006,7 +59006,7 @@
 @findex SHOW CREATE FUNCTION
 
 @example
-SHOW CREATE PROCEDURE | FUNCTION sp_name
+SHOW CREATE @{PROCEDURE | FUNCTION@} sp_name
 @end example
 
 This command is a MySQL extension. Similar to @code{SHOW CREATE TABLE}, it
@@ -59020,7 +59020,7 @@
 @findex SHOW FUNCTION STATUS
 
 @example
-SHOW PROCEDURE | FUNCTION STATUS [LIKE pattern]
+SHOW @{PROCEDURE | FUNCTION@} STATUS [LIKE pattern]
 @end example
 
 This command is a MySQL extension. It returns characteristics of routines,

-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/internals?unsub=mysql-internals@progressive-comp.com

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic