mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL#4198 mtr.pl v2
- fix typo, use "$old_log_error" as name when loading from .err-old file
This commit is contained in:
@@ -42,7 +42,7 @@ if ($mysql_errno)
|
||||
let $old_log_error = $log_error-old;
|
||||
chmod 0644 $old_log_error;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user