Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1490475d
Commit
1490475d
authored
Aug 08, 2001
by
jcole@tetra.spaceapes.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/home/jcole/bk/mysql
parents
36d3c4be
cc116d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Docs/manual.texi
Docs/manual.texi
+3
-3
No files found.
Docs/manual.texi
View file @
1490475d
...
...
@@ -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{-l
g
z} @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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment