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
71670dc9
Commit
71670dc9
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
d7a23f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
client/mysqldump.c
client/mysqldump.c
+2
-2
No files found.
BitKeeper/etc/logging_ok
View file @
71670dc9
...
@@ -40,3 +40,4 @@ jcole@sarvik.tfr.cafe.ee
...
@@ -40,3 +40,4 @@ jcole@sarvik.tfr.cafe.ee
venu@work.mysql.com
venu@work.mysql.com
bell@sanja.is.com.ua
bell@sanja.is.com.ua
kaj@work.mysql.com
kaj@work.mysql.com
mwagner@cash.mwagner.org
client/mysqldump.c
View file @
71670dc9
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
** and adapted to mysqldump 05/11/01 by Jani Tolonen
** and adapted to mysqldump 05/11/01 by Jani Tolonen
*/
*/
#define DUMP_VERSION "8.2
0
"
#define DUMP_VERSION "8.2
1
"
#include <my_global.h>
#include <my_global.h>
#include <my_sys.h>
#include <my_sys.h>
...
@@ -309,7 +309,7 @@ static int get_options(int *argc,char ***argv)
...
@@ -309,7 +309,7 @@ static int get_options(int *argc,char ***argv)
load_defaults
(
"my"
,
load_default_groups
,
argc
,
argv
);
load_defaults
(
"my"
,
load_default_groups
,
argc
,
argv
);
set_all_changeable_vars
(
md_changeable_vars
);
set_all_changeable_vars
(
md_changeable_vars
);
while
((
c
=
getopt_long
(
*
argc
,
*
argv
,
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
)
long_options
,
&
option_index
))
!=
EOF
)
{
{
switch
(
c
)
{
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