mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
mysql-test-run.pl:
Script "my_print_defaults" is to be searched for as executable
This commit is contained in:
parent
63b4ce720a
commit
f2b1e40383
1 changed files with 2 additions and 2 deletions
|
@ -964,7 +964,7 @@ sub executable_setup () {
|
||||||
$exe_mysql_fix_system_tables=
|
$exe_mysql_fix_system_tables=
|
||||||
mtr_script_exists("$glob_basedir/scripts/mysql_fix_privilege_tables");
|
mtr_script_exists("$glob_basedir/scripts/mysql_fix_privilege_tables");
|
||||||
$exe_my_print_defaults=
|
$exe_my_print_defaults=
|
||||||
mtr_script_exists("$glob_basedir/extra/my_print_defaults");
|
mtr_exe_exists("$glob_basedir/extra/my_print_defaults");
|
||||||
$path_ndb_tools_dir= mtr_path_exists("$glob_basedir/ndb/tools");
|
$path_ndb_tools_dir= mtr_path_exists("$glob_basedir/ndb/tools");
|
||||||
$exe_ndb_mgm= "$glob_basedir/ndb/src/mgmclient/ndb_mgm";
|
$exe_ndb_mgm= "$glob_basedir/ndb/src/mgmclient/ndb_mgm";
|
||||||
}
|
}
|
||||||
|
@ -982,7 +982,7 @@ sub executable_setup () {
|
||||||
mtr_script_exists("$path_client_bindir/mysql_fix_privilege_tables",
|
mtr_script_exists("$path_client_bindir/mysql_fix_privilege_tables",
|
||||||
"$glob_basedir/scripts/mysql_fix_privilege_tables");
|
"$glob_basedir/scripts/mysql_fix_privilege_tables");
|
||||||
$exe_my_print_defaults=
|
$exe_my_print_defaults=
|
||||||
mtr_script_exists("$path_client_bindir/my_print_defaults");
|
mtr_exe_exists("$path_client_bindir/my_print_defaults");
|
||||||
|
|
||||||
$path_language= mtr_path_exists("$glob_basedir/share/mysql/english/",
|
$path_language= mtr_path_exists("$glob_basedir/share/mysql/english/",
|
||||||
"$glob_basedir/share/english/");
|
"$glob_basedir/share/english/");
|
||||||
|
|
Loading…
Reference in a new issue