Commit ac60b56f authored by unknown's avatar unknown

small fixes from users

parent a8c230ad
Branches unavailable
Tags unavailable
No related merge requests found
...@@ -28950,8 +28950,8 @@ mysql> select 0.1 <= 2; ...@@ -28950,8 +28950,8 @@ mysql> select 0.1 <= 2;
@item < @item <
Less than: Less than:
@example @example
mysql> select 2 <= 2; mysql> select 2 < 2;
-> 1 -> 0
@end example @end example
@findex >= (greater than or equal) @findex >= (greater than or equal)
...@@ -38589,7 +38589,7 @@ you should be able to solve this by adding @code{-Lpath-to-the-mysql-library ...@@ -38589,7 +38589,7 @@ you should be able to solve this by adding @code{-Lpath-to-the-mysql-library
-lmysqlclient} @strong{LAST} on your link line. -lmysqlclient} @strong{LAST} on your link line.
If you get @code{undefined reference} errors for the @code{uncompress} 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! line and try again!
If you get @code{undefined reference} errors for functions that should If you get @code{undefined reference} errors for functions that should
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment