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.2102 04/09/13 08:16:38 paul@stripped +1 -0
manual.texi:
Don't encourage bad habit of checking for specific non-zero value when function fails.
Docs/manual.texi
1.2017 04/09/13 08:16:06 paul@stripped +2 -2
Don't encourage bad habit of checking for specific non-zero value when function fails.
# 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.snake.net
# Root: /Volumes/ice2/MySQL/bk/mysqldoc
--- 1.2016/Docs/manual.texi 2004-09-13 08:14:35 -05:00
+++ 1.2017/Docs/manual.texi 2004-09-13 08:16:06 -05:00
@@ -77724,7 +77724,7 @@
@subsubheading Return Values
-@code{0} if okay. @code{1} if @code{option} is unknown.
+@code{0} if okay. Non-zero if @code{option} is unknown.
@subsubheading Errors
@@ -77754,7 +77754,7 @@
@subsubheading Return Values
-@code{0} if okay. @code{1} if @code{option} is unknown.
+@code{0} if okay. Non-zero if @code{option} is unknown.
@subsubheading Errors
| Thread |
|---|
| • bk commit - mysqldoc tree (paul:1.2102) | paul | 13 Sep |