mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Use same --slave-load-tmpdir in all versions(backport from 5.0)
This commit is contained in:
@ -3153,10 +3153,6 @@ sub mysqld_arguments ($$$$$) {
|
||||
# on the server. The path need to have constant length otherwise
|
||||
# test results will vary, thus a relative path is used.
|
||||
my $slave_load_path= "../tmp";
|
||||
if ( $mysql_version_id < 50000 )
|
||||
{
|
||||
$slave_load_path= "../../var/tmp";
|
||||
}
|
||||
mtr_add_arg($args, "%s--slave-load-tmpdir=%s", $prefix,
|
||||
$slave_load_path);
|
||||
mtr_add_arg($args, "%s--socket=%s", $prefix,
|
||||
|
Reference in New Issue
Block a user