mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
WL#5486: Remove code for unsupported platforms
Remove Netware specific code.
This commit is contained in:
@@ -76,7 +76,6 @@ $| = 1; # Automatically flush STDOUT
|
||||
our $glob_win32_perl= ($^O eq "MSWin32"); # ActiveState Win32 Perl
|
||||
our $glob_cygwin_perl= ($^O eq "cygwin"); # Cygwin Perl
|
||||
our $glob_win32= ($glob_win32_perl or $glob_cygwin_perl);
|
||||
our $glob_netware= ($^O eq "NetWare"); # NetWare
|
||||
|
||||
require "lib/v1/mtr_cases.pl";
|
||||
require "lib/v1/mtr_im.pl";
|
||||
@@ -3125,11 +3124,8 @@ sub install_db ($$) {
|
||||
$path_vardir_trace, $type);
|
||||
}
|
||||
|
||||
if ( ! $glob_netware )
|
||||
{
|
||||
mtr_add_arg($args, "--lc-messages-dir=%s", $path_language);
|
||||
mtr_add_arg($args, "--character-sets-dir=%s", $path_charsetsdir);
|
||||
}
|
||||
mtr_add_arg($args, "--lc-messages-dir=%s", $path_language);
|
||||
mtr_add_arg($args, "--character-sets-dir=%s", $path_charsetsdir);
|
||||
|
||||
# If DISABLE_GRANT_OPTIONS is defined when the server is compiled (e.g.,
|
||||
# configure --disable-grant-options), mysqld will not recognize the
|
||||
|
Reference in New Issue
Block a user