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
b3b124f9
Commit
b3b124f9
authored
Nov 21, 2005
by
joerg@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge the last 5.0.16 (Unix, Windows) and 5.0.16a (Netware) changes to the general tree.
parents
b040ad35
a50cc250
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
9 deletions
+12
-9
client/mysql.cc
client/mysql.cc
+1
-1
client/mysqladmin.cc
client/mysqladmin.cc
+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
myisam/myisamchk.c
myisam/myisamchk.c
+1
-1
myisam/myisampack.c
myisam/myisampack.c
+1
-1
netware/mysql_test_run.c
netware/mysql_test_run.c
+3
-0
No files found.
client/mysql.cc
View file @
b3b124f9
...
@@ -527,7 +527,7 @@ static struct my_option my_long_options[] =
...
@@ -527,7 +527,7 @@ static struct my_option my_long_options[] =
{
"help"
,
'I'
,
"Synonym for -?"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
{
"help"
,
'I'
,
"Synonym for -?"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"auto-rehash"
,
OPT_AUTO_REHASH
,
{
"auto-rehash"
,
OPT_AUTO_REHASH
,
...
...
client/mysqladmin.cc
View file @
b3b124f9
...
@@ -127,7 +127,7 @@ static TYPELIB command_typelib=
...
@@ -127,7 +127,7 @@ static TYPELIB command_typelib=
static
struct
my_option
my_long_options
[]
=
static
struct
my_option
my_long_options
[]
=
{
{
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"count"
,
'c'
,
{
"count"
,
'c'
,
...
...
client/mysqlbinlog.cc
View file @
b3b124f9
...
@@ -647,7 +647,7 @@ static struct my_option my_long_options[] =
...
@@ -647,7 +647,7 @@ static struct my_option my_long_options[] =
{
{
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
/*
/*
...
...
client/mysqlcheck.c
View file @
b3b124f9
...
@@ -63,7 +63,7 @@ static struct my_option my_long_options[] =
...
@@ -63,7 +63,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
,
(
gptr
*
)
&
opt_all_in_1
,
(
gptr
*
)
&
opt_all_in_1
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
0
,
0
},
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"auto-repair"
,
OPT_AUTO_REPAIR
,
{
"auto-repair"
,
OPT_AUTO_REPAIR
,
...
...
client/mysqldump.c
View file @
b3b124f9
...
@@ -173,7 +173,7 @@ static struct my_option my_long_options[] =
...
@@ -173,7 +173,7 @@ static struct my_option my_long_options[] =
"Allow creation of column names that are keywords."
,
(
gptr
*
)
&
opt_keywords
,
"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
},
(
gptr
*
)
&
opt_keywords
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
...
...
client/mysqlimport.c
View file @
b3b124f9
...
@@ -59,7 +59,7 @@ static char *shared_memory_base_name=0;
...
@@ -59,7 +59,7 @@ static char *shared_memory_base_name=0;
static
struct
my_option
my_long_options
[]
=
static
struct
my_option
my_long_options
[]
=
{
{
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
{
"character-sets-dir"
,
OPT_CHARSETS_DIR
,
...
...
client/mysqlshow.c
View file @
b3b124f9
...
@@ -157,7 +157,7 @@ int main(int argc, char **argv)
...
@@ -157,7 +157,7 @@ int main(int argc, char **argv)
static
struct
my_option
my_long_options
[]
=
static
struct
my_option
my_long_options
[]
=
{
{
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"character-sets-dir"
,
'c'
,
"Directory where character sets are."
,
{
"character-sets-dir"
,
'c'
,
"Directory where character sets are."
,
...
...
myisam/myisamchk.c
View file @
b3b124f9
...
@@ -165,7 +165,7 @@ static struct my_option my_long_options[] =
...
@@ -165,7 +165,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."
,
"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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"block-search"
,
'b'
,
{
"block-search"
,
'b'
,
...
...
myisam/myisampack.c
View file @
b3b124f9
...
@@ -254,7 +254,7 @@ enum options_mp {OPT_CHARSETS_DIR_MP=256, OPT_AUTO_CLOSE};
...
@@ -254,7 +254,7 @@ enum options_mp {OPT_CHARSETS_DIR_MP=256, OPT_AUTO_CLOSE};
static
struct
my_option
my_long_options
[]
=
static
struct
my_option
my_long_options
[]
=
{
{
#ifdef __NETWARE__
#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
},
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
{
"backup"
,
'b'
,
"Make a backup of the table as table_name.OLD."
,
{
"backup"
,
'b'
,
"Make a backup of the table as table_name.OLD."
,
...
...
netware/mysql_test_run.c
View file @
b3b124f9
...
@@ -1173,6 +1173,9 @@ void setup(char *file)
...
@@ -1173,6 +1173,9 @@ void setup(char *file)
setenv
(
"MYSQL"
,
file_path
,
1
);
setenv
(
"MYSQL"
,
file_path
,
1
);
snprintf
(
file_path
,
PATH_MAX
*
2
,
"%s/mysqlshow --no-defaults --user=root --port=%u"
,
bin_dir
,
master_port
);
snprintf
(
file_path
,
PATH_MAX
*
2
,
"%s/mysqlshow --no-defaults --user=root --port=%u"
,
bin_dir
,
master_port
);
setenv
(
"MYSQL_SHOW"
,
file_path
,
1
);
setenv
(
"MYSQL_SHOW"
,
file_path
,
1
);
snprintf
(
file_path
,
PATH_MAX
*
2
,
"%s/mysqlcheck --no-defaults -uroot --port=%u"
,
bin_dir
,
master_port
);
setenv
(
"MYSQL_CHECK"
,
file_path
,
1
);
}
}
/******************************************************************************
/******************************************************************************
...
...
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