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
248e5734
Commit
248e5734
authored
Jun 23, 2004
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
parents
fe310f9e
ea4265ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
No files found.
Build-tools/Do-compile
View file @
248e5734
...
...
@@ -255,7 +255,7 @@ if ($opt_stage <= 1)
}
else
{
$opt_config_options
.=
"
--with
out-readline --with
-libedit
";
$opt_config_options
.=
"
--with-libedit
";
}
$opt_config_options
.=
"
--with-embedded-server
"
unless
(
$opt_without_embedded
);
$opt_config_options
.=
"
--with-ndbcluster
"
if
(
$opt_with_cluster
);
...
...
client/mysqldump.c
View file @
248e5734
...
...
@@ -242,7 +242,7 @@ static struct my_option my_long_options[] =
"Deprecated, use --set-charset or --skip-set-charset to enable/disable charset settings instead"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"set-charset"
,
OPT_SET_CHARSET
,
"
'SET CHARACTER_SET_CLIENT=default_character_set' will be put in the output
"
,
"
Add 'SET NAMES default_character_set' to the output. Enabled by default; supress with --skip-set-charset.
"
,
(
gptr
*
)
&
opt_set_charset
,
(
gptr
*
)
&
opt_set_charset
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"set-variable"
,
'O'
,
...
...
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