1
0
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:
Magnus Svensson
2009-01-24 15:55:48 +01:00
parent 66bf048dd3
commit 66f000c912

View File

@@ -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