List:Internals« Previous MessageNext Message »
From:paul Date:April 4 2005 8:08pm
Subject:bk commit - mysqldoc tree (paul:1.2819)
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.2819 05/04/04 13:08:55 paul@stripped +1 -0
  manual.texi:
    Try to fix a help entry.

  Docs/manual.texi
    1.2652 05/04/04 13:08:36 paul@stripped +10 -16
    Try to fix a help entry.

# 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.2651/Docs/manual.texi	2005-04-04 11:58:40 -05:00
+++ 1.2652/Docs/manual.texi	2005-04-04 13:08:36 -05:00
@@ -62053,26 +62053,17 @@
 SHOW WARNINGS [LIMIT [@var{offset},] @var{row_count}]
 @end example
 
-If the syntax for a given @code{SHOW} statement includes a @code{LIKE
-'@var{pattern}'} part, @code{'@var{pattern}'} is a string that can contain the SQL
@samp{%}
-and @samp{_} wildcard characters.
-The pattern is useful for restricting statement output to matching values.
-@c end_description_for_help_topic
-
-Note that there are other forms of these statements described elsewhere:
-
-@itemize @bullet
-
-@item
-The @code{SHOW} statement has forms that provide information about
-replication master and slave servers:
-
 @findex SHOW BINLOG EVENTS
 @findex SHOW MASTER LOGS
 @findex SHOW MASTER STATUS
 @findex SHOW SLAVE HOSTS
 @findex SHOW SLAVE STATUS
 
+The @code{SHOW} statement also has forms that provide information about
+replication master and slave servers and are described in @ref{Replication
+SQL}:
+
+@c example_for_help_topic SHOW
 @example
 SHOW BINLOG EVENTS
 SHOW MASTER LOGS
@@ -62081,9 +62072,12 @@
 SHOW SLAVE STATUS
 @end example
 
-These forms of @code{SHOW} are described in @ref{Replication SQL}.
+If the syntax for a given @code{SHOW} statement includes a @code{LIKE
+'@var{pattern}'} part, @code{'@var{pattern}'} is a string that can contain the SQL
@samp{%}
+and @samp{_} wildcard characters.
+The pattern is useful for restricting statement output to matching values.
+@c end_description_for_help_topic
 
-@end itemize
 
 @menu
 * SHOW CHARACTER SET::          @code{SHOW CHARACTER SET} Syntax
Thread
bk commit - mysqldoc tree (paul:1.2819)paul4 Apr