mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Remove warning, exe_mysql_fix_system_tables are not available on windows
This commit is contained in:
@ -1801,14 +1801,16 @@ sub environment_setup () {
|
|||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# Setup env so childs can execute mysql_fix_system_tables
|
# Setup env so childs can execute mysql_fix_system_tables
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
my $cmdline_mysql_fix_system_tables=
|
if ( ! $glob_win32 )
|
||||||
"$exe_mysql_fix_system_tables --no-defaults --host=localhost " .
|
{
|
||||||
"--user=root --password= " .
|
my $cmdline_mysql_fix_system_tables=
|
||||||
"--basedir=$glob_basedir --bindir=$path_client_bindir --verbose " .
|
"$exe_mysql_fix_system_tables --no-defaults --host=localhost " .
|
||||||
"--port=$master->[0]->{'port'} " .
|
"--user=root --password= " .
|
||||||
"--socket=$master->[0]->{'path_sock'}";
|
"--basedir=$glob_basedir --bindir=$path_client_bindir --verbose " .
|
||||||
|
"--port=$master->[0]->{'port'} " .
|
||||||
$ENV{'MYSQL_FIX_SYSTEM_TABLES'}= $cmdline_mysql_fix_system_tables;
|
"--socket=$master->[0]->{'path_sock'}";
|
||||||
|
$ENV{'MYSQL_FIX_SYSTEM_TABLES'}= $cmdline_mysql_fix_system_tables;
|
||||||
|
}
|
||||||
|
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# Setup env so childs can execute my_print_defaults
|
# Setup env so childs can execute my_print_defaults
|
||||||
|
Reference in New Issue
Block a user