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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ee4cfa34
Commit
ee4cfa34
authored
Apr 30, 2002
by
jani@rhols221.adsl.netsonic.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug in mysqldump.c
parent
37d6a4e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
client/mysqldump.c
client/mysqldump.c
+2
-6
No files found.
client/mysqldump.c
View file @
ee4cfa34
...
...
@@ -35,7 +35,7 @@
** and adapted to mysqldump 05/11/01 by Jani Tolonen
*/
#define DUMP_VERSION "9.0
1
"
#define DUMP_VERSION "9.0
2
"
#include <my_global.h>
#include <my_sys.h>
...
...
@@ -198,8 +198,7 @@ static struct my_option my_long_options[] =
0
,
0
},
{
"result-file"
,
'r'
,
"Direct output to a given file. This option should be used in MSDOS, because it prevents new line '
\\
n' from being converted to '
\\
n
\\
r' (newline + carriage return)."
,
(
gptr
*
)
&
md_result_file
,
(
gptr
*
)
&
md_result_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"socket"
,
'S'
,
"Socket file to use for connection."
,
(
gptr
*
)
&
opt_mysql_unix_port
,
(
gptr
*
)
&
opt_mysql_unix_port
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
@@ -363,9 +362,6 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
opt_xml
=
1
;
opt_disable_keys
=
0
;
break
;
default:
fprintf
(
stderr
,
"%s: Illegal option character '%c'
\n
"
,
my_progname
,
opterr
);
/* Fall throught */
case
'I'
:
case
'?'
:
usage
();
...
...
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