diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-14 10:13:53 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-14 10:13:53 +0300 |
commit | 3dbc49f075ba4f6b86b67c1ef3776d651474b729 (patch) | |
tree | 552b8e488527637eb90f91cc2f03c0cc69169a08 /client/mysqlimport.c | |
parent | 9ed08f357693875c9d2376651305aa66199d2c35 (diff) | |
parent | b58586aae938e6aa7714c9bb3813da908e49010a (diff) | |
download | mariadb-git-3dbc49f075ba4f6b86b67c1ef3776d651474b729.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r-- | client/mysqlimport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index 9e197e4e199..6cb32da2239 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -581,7 +581,7 @@ static char *field_escape(char *to,const char *from,uint length) else { if (*from == '\'' && !end_backslashes) - *to++= *from; /* We want a dublicate of "'" for MySQL */ + *to++= *from; /* We want a duplicate of "'" for MySQL */ end_backslashes=0; } } |