Commit 0d58795f authored by knielsen@mysql.com's avatar knielsen@mysql.com

Fix mysqlslap problems when running multiple tests in parallel, by setting

the mysqlslap lock directory to value of --tmpdir.
parent 0e418003
...@@ -2503,7 +2503,8 @@ sub run_mysqltest ($) { ...@@ -2503,7 +2503,8 @@ sub run_mysqltest ($) {
{ {
$cmdline_mysqlslap= "$exe_mysqlslap -uroot " . $cmdline_mysqlslap= "$exe_mysqlslap -uroot " .
"--port=$master->[0]->{'path_myport'} " . "--port=$master->[0]->{'path_myport'} " .
"--socket=$master->[0]->{'path_mysock'} --password="; "--socket=$master->[0]->{'path_mysock'} --password= " .
"--lock-directory=$opt_tmpdir";
if ( $opt_debug ) if ( $opt_debug )
{ {
$cmdline_mysqlslap .= $cmdline_mysqlslap .=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment