Commit c05c297a authored by Magnus Svensson's avatar Magnus Svensson

WL#4198 mtr.pl v2

 - Use empty escape char as not to convert "\test" to a tab + "est"
   when loading the servers .err file
parent 04133fcd
...@@ -31,7 +31,7 @@ let $log_warning= $log_error.warnings; ...@@ -31,7 +31,7 @@ let $log_warning= $log_error.warnings;
# Load the warnings into a temporary table # Load the warnings into a temporary table
eval load data local infile '$log_warning' into table error_log eval load data local infile '$log_warning' into table error_log
fields terminated by 'xykls37' fields terminated by 'xykls37' escaped by ''
ignore 1 lines ignore 1 lines
(line) (line)
set file_name='$log_error'; set file_name='$log_error';
......
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