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
e6b5cfa7
Commit
e6b5cfa7
authored
Aug 30, 2000
by
jcole@tetra.spaceapes.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanups of manual.texi and mysql.cc.
parent
88e811a1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
34 deletions
+34
-34
Docs/manual.texi
Docs/manual.texi
+31
-31
client/mysql.cc
client/mysql.cc
+3
-3
No files found.
Docs/manual.texi
View file @
e6b5cfa7
This diff is collapsed.
Click to expand it.
client/mysql.cc
View file @
e6b5cfa7
...
...
@@ -32,7 +32,7 @@
#include "errmsg.h"
#include <my_dir.h>
#ifndef __GNU_LIBRARY__
#define __GNU_LIBRARY__ // Skip
p
warnings in getopt.h
#define __GNU_LIBRARY__ // Skip warnings in getopt.h
#endif
#include <getopt.h>
#include "my_readline.h"
...
...
@@ -427,8 +427,6 @@ static void usage(int version)
-D, --database=.. Database to use.
\n
\
--default-character-set=...
\n
\
Set the default character set.
\n
\
-G, --enable-named-commands
\n
\
Named commands are enabled. Opposite to -g.
\n
\
-e, --execute=... Execute command and quit. (Output like with --batch)
\n
\
-E, --vertical Print the output of a query (rows) vertically.
\n
\
-f, --force Continue even if we get an sql error.
\n
\
...
...
@@ -439,6 +437,8 @@ static void usage(int version)
client now starts with this option ENABLED by
\n
\
default! Disable with '-G'. Long format commands
\n
\
still work from the first line.
\n
\
-G, --enable-named-commands
\n
\
Named commands are enabled. Opposite to -g.
\n
\
-i, --ignore-space Ignore space after function names.
\n
\
-h, --host=... Connect to host.
\n
\
-H, --html Produce HTML output.
\n
\
...
...
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