Commit 66f000c9 authored by Magnus Svensson's avatar Magnus Svensson

WL#4198 mtr.pl v2

 - fix typo, use "$old_log_error" as name when loading from .err-old file
parent 66bf048d
...@@ -42,7 +42,7 @@ if ($mysql_errno) ...@@ -42,7 +42,7 @@ if ($mysql_errno)
let $old_log_error = $log_error-old; let $old_log_error = $log_error-old;
chmod 0644 $old_log_error; chmod 0644 $old_log_error;
eval load data infile '$old_log_error' into table error_log (line) eval load data infile '$old_log_error' into table error_log (line)
set file_name='$log_error'; set file_name='$old_log_error';
} }
# Call check_warnings to filter out any warning in # Call check_warnings to filter out any warning in
......
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