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
d0486f8a
Commit
d0486f8a
authored
Jul 07, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos fixed
parent
c0d60e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
sql/mysqld.cc
sql/mysqld.cc
+6
-6
No files found.
sql/mysqld.cc
View file @
d0486f8a
...
...
@@ -3598,17 +3598,17 @@ relay logs",
{
"skip-stack-trace"
,
OPT_SKIP_STACK_TRACE
,
"Don't print a stack trace on failure"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"skip-symlink"
,
OPT_SKIP_SYMLINKS
,
"Don't allow symlinking of tables. Depr
i
cated option. Use --skip-symbolic-links instead"
,
{
"skip-symlink"
,
OPT_SKIP_SYMLINKS
,
"Don't allow symlinking of tables. Depr
e
cated option. Use --skip-symbolic-links instead"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"skip-thread-priority"
,
OPT_SKIP_PRIOR
,
"Don't give threads different priorities."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"relay-log-info-file"
,
OPT_RELAY_LOG_INFO_FILE
,
{
"relay-log-info-file"
,
OPT_RELAY_LOG_INFO_FILE
,
"The location and name of the file that remembers where the SQL replication \
thread is in the relay logs"
,
(
gptr
*
)
&
relay_log_info_file
,
(
gptr
*
)
&
relay_log_info_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"slave-load-tmpdir"
,
OPT_SLAVE_LOAD_TMPDIR
,
{
"slave-load-tmpdir"
,
OPT_SLAVE_LOAD_TMPDIR
,
"The location where the slave should put its temporary files when \
replicating a LOAD DATA INFILE command"
,
(
gptr
*
)
&
slave_load_tmpdir
,
(
gptr
*
)
&
slave_load_tmpdir
,
0
,
GET_STR_ALLOC
,
...
...
@@ -3630,7 +3630,7 @@ replicating a LOAD DATA INFILE command",
#ifdef HAVE_OPENSSL
#include "sslopt-longopts.h"
#endif
{
"temp-pool"
,
OPT_TEMP_POOL
,
{
"temp-pool"
,
OPT_TEMP_POOL
,
"Using this option will cause most temporary files created to use a small set of names, rather than a unique name for each new file."
,
(
gptr
*
)
&
use_temp_pool
,
(
gptr
*
)
&
use_temp_pool
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
...
...
@@ -3642,10 +3642,10 @@ replicating a LOAD DATA INFILE command",
{
"external-locking"
,
OPT_USE_LOCKING
,
"Use system (external) locking. With this option enabled you can run myisamchk to test (not repair) tables while the MySQL server is running"
,
(
gptr
*
)
&
opt_external_locking
,
(
gptr
*
)
&
opt_external_locking
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"use-symbolic-links"
,
's'
,
"Enable symbolic link support. Depr
i
cated option; Use --symbolic-links instead"
,
{
"use-symbolic-links"
,
's'
,
"Enable symbolic link support. Depr
e
cated option; Use --symbolic-links instead"
,
(
gptr
*
)
&
my_use_symdir
,
(
gptr
*
)
&
my_use_symdir
,
0
,
GET_BOOL
,
NO_ARG
,
IF_PURIFY
(
0
,
1
),
0
,
0
,
0
,
0
,
0
},
{
"
--
symbolic-links"
,
's'
,
"Enable symbolic link support"
,
{
"symbolic-links"
,
's'
,
"Enable symbolic link support"
,
(
gptr
*
)
&
my_use_symdir
,
(
gptr
*
)
&
my_use_symdir
,
0
,
GET_BOOL
,
NO_ARG
,
IF_PURIFY
(
0
,
1
),
0
,
0
,
0
,
0
,
0
},
{
"user"
,
'u'
,
"Run mysqld daemon as user"
,
0
,
0
,
0
,
GET_STR
,
REQUIRED_ARG
,
...
...
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