mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
WL#4198 mtr.pl v2
- Use empty escape char as not to convert "\test" to a tab + "est" when loading the servers .err file
This commit is contained in:
parent
ef397ddce2
commit
9a530951e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue