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
0c1085ee
Commit
0c1085ee
authored
Oct 18, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test2
parents
6c009e7c
75184ffa
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 @
0c1085ee
...
@@ -386,7 +386,7 @@ static struct my_option my_long_options[] =
...
@@ -386,7 +386,7 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
opt_dump_triggers
,
(
gptr
*
)
&
opt_dump_triggers
,
0
,
GET_BOOL
,
(
gptr
*
)
&
opt_dump_triggers
,
(
gptr
*
)
&
opt_dump_triggers
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"tz-utc"
,
OPT_TZ_UTC
,
{
"tz-utc"
,
OPT_TZ_UTC
,
"SET TIME_ZONE='
UTC
' at top of dump to allow dumping of TIMESTAMP data between servers with different time zones."
,
"SET TIME_ZONE='
+00:00
' at top of dump to allow dumping of TIMESTAMP data between servers with different time zones."
,
(
gptr
*
)
&
opt_tz_utc
,
(
gptr
*
)
&
opt_tz_utc
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
(
gptr
*
)
&
opt_tz_utc
,
(
gptr
*
)
&
opt_tz_utc
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
#ifndef DONT_ALLOW_USER_CHANGE
#ifndef DONT_ALLOW_USER_CHANGE
{
"user"
,
'u'
,
"User for login if not current user."
,
{
"user"
,
'u'
,
"User for login if not current user."
,
...
...
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