summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
diff options
context:
space:
mode:
authorgshchepa/uchum@gleb.loc <>2007-07-04 02:09:56 +0500
committergshchepa/uchum@gleb.loc <>2007-07-04 02:09:56 +0500
commit4269994622f52e2b8b6d7f2f8b03088744e0d620 (patch)
tree300828c93ebcb6bfe0b1e0304f1ab84659ed7f7c /sql/sql_load.cc
parent248650120cfe80a50d14b3e44144b54153749eea (diff)
parent0e8292c97c4a7062c47c816775b5c56f66dba020 (diff)
downloadmariadb-git-4269994622f52e2b8b6d7f2f8b03088744e0d620.tar.gz
Merge gleb.loc:/home/uchum/work/bk/4.1-opt
into gleb.loc:/home/uchum/work/bk/5.0-opt
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r--sql/sql_load.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc
index c2267ba5dfc..7b1799baaad 100644
--- a/sql/sql_load.cc
+++ b/sql/sql_load.cc
@@ -847,6 +847,7 @@ continue_loop:;
char
READ_INFO::unescape(char chr)
{
+ /* keep this switch synchornous with the ESCAPE_CHARS macro */
switch(chr) {
case 'n': return '\n';
case 't': return '\t';