diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 17:00:38 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 17:00:38 +0100 |
commit | c05c297a2b4e93c0cdbd901db573a700d0fcd6f8 (patch) | |
tree | 11fa4df96154677a27083eccf41bd27877f9febc /mysql-test | |
parent | 04133fcd81d3fc48dadfe3b6ab253eb2196427d4 (diff) | |
download | mariadb-git-c05c297a2b4e93c0cdbd901db573a700d0fcd6f8.tar.gz |
WL#4198 mtr.pl v2
- Use empty escape char as not to convert "\test" to a tab + "est"
when loading the servers .err file
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/include/check-warnings.test | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |