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
98888999
Commit
98888999
authored
Jan 13, 2002
by
mwagner@cash.mwagner.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqldump.c:
Added missing 'Q' for -Q option
parent
05a18c4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
client/mysqldump.c
client/mysqldump.c
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
98888999
...
...
@@ -8,3 +8,4 @@ heikki@donna.mysql.fi
miguel@light.local
monty@donna.mysql.fi
monty@bitch.mysql.fi
mwagner@cash.mwagner.org
client/mysqldump.c
View file @
98888999
...
...
@@ -309,7 +309,7 @@ static int get_options(int *argc,char ***argv)
load_defaults
(
"my"
,
load_default_groups
,
argc
,
argv
);
set_all_changeable_vars
(
md_changeable_vars
);
while
((
c
=
getopt_long
(
*
argc
,
*
argv
,
"#::p::h:u:O:P:r:S:T:EBaAcCdefFKlnqtvVw:?IxX"
,
"#::p::h:u:O:P:r:S:T:EBaAcCdefFKlnq
Q
tvVw:?IxX"
,
long_options
,
&
option_index
))
!=
EOF
)
{
switch
(
c
)
{
...
...
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