diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-28 02:24:22 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-28 02:24:22 +0200 |
commit | aaed141aa6d8d80011c56c12abe7ddfeefc285cf (patch) | |
tree | dd44180fdc6d270ac83627f237c965e634cc0b5b /Docs | |
parent | 312e5e82c0b17983bc3ac43b50fac891cccf0ea2 (diff) | |
download | mariadb-git-aaed141aa6d8d80011c56c12abe7ddfeefc285cf.tar.gz |
Small safety fix
Docs/manual.texi:
Cleanup
extra/resolveip.c:
Portability fix
man/safe_mysqld.1:
Cleanup
mysys/mf_iocache2.c:
Safety fix
scripts/make_binary_distribution.sh:
Add mysqlbinlog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index e67e1dc0468..deac65945f7 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -41178,8 +41178,7 @@ of the following flags in very special circumstances: A @code{MYSQL*} connection handle if the connection was successful, @code{NULL} if the connection was unsuccessful. For a successful connection, -the return value is the same as the value of the first parameter, unless you -pass @code{NULL} for that parameter. +the return value is the same as the value of the first parameter. @subsubheading Errors |