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
009d8b60
Commit
009d8b60
authored
Oct 03, 2007
by
gshchepa/uchum@gleb.loc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqldump.c:
Post-merge fix.
parent
5184ff82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
No files found.
client/mysqldump.c
View file @
009d8b60
...
...
@@ -425,7 +425,7 @@ static struct my_option my_long_options[] =
(
uchar
**
)
&
opt_single_transaction
,
(
uchar
**
)
&
opt_single_transaction
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"dump-date"
,
OPT_DUMP_DATE
,
"Put a dump date to the end of the output."
,
(
gptr
*
)
&
opt_dump_date
,
(
gptr
*
)
&
opt_dump_date
,
0
,
(
uchar
**
)
&
opt_dump_date
,
(
uchar
*
*
)
&
opt_dump_date
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"skip-opt"
,
OPT_SKIP_OPTIMIZATION
,
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
,
...
...
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