mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Create the mysqld.spec file with a unique name in mysql-test dir, $opt_var_dir haven't been created yet
This commit is contained in:
@ -1141,7 +1141,7 @@ sub check_mysqld_features () {
|
|||||||
# print out version and a list of all features and settings
|
# print out version and a list of all features and settings
|
||||||
#
|
#
|
||||||
my $found_variable_list_start= 0;
|
my $found_variable_list_start= 0;
|
||||||
my $spec_file= "$opt_vardir/mysqld.spec";
|
my $spec_file= "$glob_mysql_test_dir/mysqld.spec.$$";
|
||||||
if ( mtr_run($exe_mysqld,
|
if ( mtr_run($exe_mysqld,
|
||||||
["--no-defaults",
|
["--no-defaults",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
|
Reference in New Issue
Block a user