Commit 2a89260d authored by Magnus Svensson's avatar Magnus Svensson

Bug#42320 Read also "mysql.err-old" when checking the server for warnings

 - disable check of .err-old until bug has been fixed
parent 66f000c9
...@@ -39,10 +39,11 @@ if ($mysql_errno) ...@@ -39,10 +39,11 @@ if ($mysql_errno)
# Also load the .err-old file where there might be # Also load the .err-old file where there might be
# additional warnings # additional warnings
let $old_log_error = $log_error-old; # Disabled intil Bug#42320 has been fixed
chmod 0644 $old_log_error; #let $old_log_error = $log_error-old;
eval load data infile '$old_log_error' into table error_log (line) #chmod 0644 $old_log_error;
set file_name='$old_log_error'; #eval load data infile '$old_log_error' into table error_log (line)
# 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