summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index eb3e0e8d1a7..8b018d61e5a 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -1120,7 +1120,6 @@ void append_unescaped(String *res, const char *pos, uint length)
res->append(*pos);
break;
}
- pos++;
}
res->append('\'');
}