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
669a12fd
Commit
669a12fd
authored
Dec 04, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A set of Netware related patches.
parent
16ed1ce5
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
10 deletions
+13
-10
client/mysql.cc
client/mysql.cc
+1
-1
client/mysqladmin.c
client/mysqladmin.c
+1
-1
client/mysqlbinlog.cc
client/mysqlbinlog.cc
+1
-1
client/mysqlcheck.c
client/mysqlcheck.c
+1
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
client/mysqlimport.c
client/mysqlimport.c
+1
-1
client/mysqlshow.c
client/mysqlshow.c
+1
-1
isam/isamchk.c
isam/isamchk.c
+1
-1
myisam/myisamchk.c
myisam/myisamchk.c
+1
-1
myisam/myisampack.c
myisam/myisampack.c
+1
-1
sql/sql_parse.cc
sql/sql_parse.cc
+3
-0
No files found.
client/mysql.cc
View file @
669a12fd
...
...
@@ -442,7 +442,7 @@ static struct my_option my_long_options[] =
{
"help"
,
'?'
,
"Display this help and exit."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"auto-rehash"
,
OPT_AUTO_REHASH
,
...
...
client/mysqladmin.c
View file @
669a12fd
...
...
@@ -107,7 +107,7 @@ static TYPELIB command_typelib=
static
struct
my_option
my_long_options
[]
=
{
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"count"
,
'c'
,
...
...
client/mysqlbinlog.cc
View file @
669a12fd
...
...
@@ -402,7 +402,7 @@ static struct my_option my_long_options[] =
{
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#ifndef DBUG_OFF
...
...
client/mysqlcheck.c
View file @
669a12fd
...
...
@@ -57,7 +57,7 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
opt_all_in_1
,
(
gptr
*
)
&
opt_all_in_1
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"auto-repair"
,
OPT_AUTO_REPAIR
,
...
...
client/mysqldump.c
View file @
669a12fd
...
...
@@ -112,7 +112,7 @@ static struct my_option my_long_options[] =
"Allow creation of column names that are keywords."
,
(
gptr
*
)
&
opt_keywords
,
(
gptr
*
)
&
opt_keywords
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
...
...
client/mysqlimport.c
View file @
669a12fd
...
...
@@ -53,7 +53,7 @@ static longlong opt_ignore_lines= -1;
static
struct
my_option
my_long_options
[]
=
{
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
...
...
client/mysqlshow.c
View file @
669a12fd
...
...
@@ -139,7 +139,7 @@ int main(int argc, char **argv)
static
struct
my_option
my_long_options
[]
=
{
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"character-sets-dir"
,
'c'
,
"Directory where character sets are"
,
...
...
isam/isamchk.c
View file @
669a12fd
...
...
@@ -244,7 +244,7 @@ static struct my_option my_long_options[] =
"Analyze distribution of keys. Will make some joins in MySQL faster."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"character-sets-dir"
,
OPT_CHARSETS_DIR_IC
,
...
...
myisam/myisamchk.c
View file @
669a12fd
...
...
@@ -159,7 +159,7 @@ static struct my_option my_long_options[] =
"Analyze distribution of keys. Will make some joins in MySQL faster. You can check the calculated distribution."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"block-search"
,
'b'
,
...
...
myisam/myisampack.c
View file @
669a12fd
...
...
@@ -239,7 +239,7 @@ enum options_mp {OPT_CHARSETS_DIR_MP=256, OPT_AUTO_CLOSE};
static
struct
my_option
my_long_options
[]
=
{
#ifdef __NETWARE__
{
"auto
-
close"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
{
"autoclose"
,
OPT_AUTO_CLOSE
,
"Auto close the screen on exit for Netware."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
{
"backup"
,
'b'
,
"Make a backup of the table as table_name.OLD"
,
...
...
sql/sql_parse.cc
View file @
669a12fd
...
...
@@ -503,6 +503,9 @@ check_connections(THD *thd)
thd
->
thread_id
));
DBUG_PRINT
(
"info"
,(
"New connection received on %s"
,
vio_description
(
net
->
vio
)));
#ifdef SIGNAL_WITH_VIO_CLOSE
thd
->
set_active_vio
(
net
->
vio
);
#endif
if
(
!
thd
->
host
)
// If TCP/IP connection
{
...
...
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