From c05c297a2b4e93c0cdbd901db573a700d0fcd6f8 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Tue, 27 Jan 2009 17:00:38 +0100 Subject: [PATCH] WL#4198 mtr.pl v2 - Use empty escape char as not to convert "\test" to a tab + "est" when loading the servers .err file --- mysql-test/include/check-warnings.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test index 6dd58c9f859..34ae257e168 100644 --- a/mysql-test/include/check-warnings.test +++ b/mysql-test/include/check-warnings.test @@ -31,7 +31,7 @@ let $log_warning= $log_error.warnings; # Load the warnings into a temporary table eval load data local infile '$log_warning' into table error_log - fields terminated by 'xykls37' + fields terminated by 'xykls37' escaped by '' ignore 1 lines (line) set file_name='$log_error';