#At file:///home/msvensson/mysql/5.1-rpl/ based on revid:msvensson@stripped
2725 Magnus Svensson 2009-01-27
WL#4198 mtr.pl v2
- Use empty escape char as not to convert "\test" to a tab + "est"
when loading the servers .err file
modified:
mysql-test/include/check-warnings.test
=== modified file 'mysql-test/include/check-warnings.test'
--- a/mysql-test/include/check-warnings.test 2009-01-27 15:35:52 +0000
+++ b/mysql-test/include/check-warnings.test 2009-01-27 16:00:38 +0000
@@ -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';
| Thread |
|---|
| • bzr commit into mysql-5.1-rpl branch (msvensson:2725) WL#4198 | Magnus Svensson | 27 Jan |