diff options
author | unknown <jcole@tetra.spaceapes.com> | 2001-08-08 13:09:26 -0500 |
---|---|---|
committer | unknown <jcole@tetra.spaceapes.com> | 2001-08-08 13:09:26 -0500 |
commit | 9e4545b791f2a5ea9ae4c6aea22fd3ab4558230c (patch) | |
tree | e541198d3d4fe496c652e40961936d1f9029f5d2 /Docs | |
parent | 064f6989e13e2f3e20f007161b331f24d2f5ea53 (diff) | |
parent | ac60b56ffb2e17e669addc189c203267d33b1f72 (diff) | |
download | mariadb-git-9e4545b791f2a5ea9ae4c6aea22fd3ab4558230c.tar.gz |
Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
Docs/manual.texi:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index dbb46f7a28f..c90d00e19ba 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -28991,8 +28991,8 @@ mysql> select 0.1 <= 2; @item < Less than: @example -mysql> select 2 <= 2; - -> 1 +mysql> select 2 < 2; + -> 0 @end example @findex >= (greater than or equal) @@ -38630,7 +38630,7 @@ you should be able to solve this by adding @code{-Lpath-to-the-mysql-library -lmysqlclient} @strong{LAST} on your link line. If you get @code{undefined reference} errors for the @code{uncompress} -or @code{compress} function, add @code{-lgz} @strong{LAST} on your link +or @code{compress} function, add @code{-lz} @strong{LAST} on your link line and try again! If you get @code{undefined reference} errors for functions that should |