List:Internals« Previous MessageNext Message »
From:paul Date:May 24 2005 8:53pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2709)
View as plain text  
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.2709 05/05/24 13:53:36 paul@stripped +1 -0
  manual.texi:
    Don't use backslashes with delimiter command.

  Docs/manual.texi
    1.2929 05/05/24 13:49:43 paul@stripped +6 -0
    Don't use backslashes with delimiter command.

# 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:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2928/Docs/manual.texi	2005-05-23 11:09:42 -05:00
+++ 1.2929/Docs/manual.texi	2005-05-24 13:49:43 -05:00
@@ -39911,6 +39911,9 @@
 The long form can be followed by an optional semicolon terminator, but the
 short form should not.
 
+If the @code{delimiter} command, you should avoid the use of the backslash
+(@samp{\}) character because that is the escape character for MySQL.
+
 The @code{edit}, @code{nopager}, @code{pager}, and @code{system} commands
 work only in Unix.
 
@@ -80703,6 +80706,9 @@
 1 row in set (0.00 sec)
 @end example
 
+When using the @code{delimiter} command, you should avoid the use of
+the backslash (@samp{\}) character because that is the escape character
+for MySQL.
 
 The following is an example of a function that takes a parameter,
 performs an operation using an SQL function, and returns the result:
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2709)paul24 May