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
074ba8e9
Commit
074ba8e9
authored
Feb 23, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
parents
f226959d
f476ae5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-0
No files found.
client/mysqldump.c
View file @
074ba8e9
...
...
@@ -181,7 +181,7 @@ static struct my_option my_long_options[] =
"Fields in the i.file are opt. enclosed by ..."
,
(
gptr
*
)
&
opt_enclosed
,
(
gptr
*
)
&
opt_enclosed
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"fields-escaped-by"
,
OPT_ESC
,
"Fields in the i.file are escaped by ..."
,
(
gptr
*
)
&
escaped
,
(
gptr
*
)
&
escaped
,
0
,
GET_STR
,
NO
_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
(
gptr
*
)
&
escaped
,
(
gptr
*
)
&
escaped
,
0
,
GET_STR
,
REQUIRED
_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"first-slave"
,
'x'
,
"Locks all tables across all databases."
,
(
gptr
*
)
&
opt_first_slave
,
(
gptr
*
)
&
opt_first_slave
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
sql/mysqld.cc
View file @
074ba8e9
...
...
@@ -5612,6 +5612,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
}
global_system_variables
.
sql_mode
=
fix_sql_mode
(
global_system_variables
.
sql_mode
);
break
;
}
case
OPT_FT_BOOLEAN_SYNTAX
:
if
(
ft_boolean_check_syntax_string
(
argument
))
...
...
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