1
0
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:
msvensson@neptunus.(none)
2006-10-05 18:29:59 +02:00
parent c5fba0a888
commit ab862ca2dc
6 changed files with 15 additions and 17 deletions

View File

@ -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,