mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Fix mysqlslap problems when running multiple tests in parallel, by setting
the mysqlslap lock directory to value of --tmpdir.
This commit is contained in:
parent
0e41800311
commit
0d58795f7d
1 changed files with 2 additions and 1 deletions
|
@ -2503,7 +2503,8 @@ sub run_mysqltest ($) {
|
|||
{
|
||||
$cmdline_mysqlslap= "$exe_mysqlslap -uroot " .
|
||||
"--port=$master->[0]->{'path_myport'} " .
|
||||
"--socket=$master->[0]->{'path_mysock'} --password=";
|
||||
"--socket=$master->[0]->{'path_mysock'} --password= " .
|
||||
"--lock-directory=$opt_tmpdir";
|
||||
if ( $opt_debug )
|
||||
{
|
||||
$cmdline_mysqlslap .=
|
||||
|
|
Loading…
Reference in a new issue