1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#27049 Race condition in test mysqlbinlog.test

Remove the setting of --local-load parameter for mysqlbinlog and leave that to the testcases
to decide what params to use.
This commit is contained in:
msvensson@pilot.blaudden
2007-04-02 10:14:45 +02:00
parent d96319299b
commit a5bc60f559

View File

@ -1959,7 +1959,7 @@ sub environment_setup () {
# ----------------------------------------------------
my $cmdline_mysqlbinlog=
mtr_native_path($exe_mysqlbinlog) .
" --no-defaults --local-load=$opt_tmpdir";
"--no-defaults";
if (!$opt_extern && $mysql_version_id >= 50000 )
{
$cmdline_mysqlbinlog .=" --character-sets-dir=$path_charsetsdir";