diff options
author | monty@mysql.com <> | 2004-09-02 16:57:26 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-09-02 16:57:26 +0300 |
commit | dec44916c141565b41ddfcccdb3e9755b82bd744 (patch) | |
tree | c8687c9c8877b4526e838a928b732b81f40f80ad /sql/table.cc | |
parent | 054cea4ca8c1c86bd4434d5d068cf21e8623a5ff (diff) | |
download | mariadb-git-dec44916c141565b41ddfcccdb3e9755b82bd744.tar.gz |
After merge fixes
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 1 |
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('\''); } |