1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-24 06:01:25 +03:00

Bug #20103: Escaping with backslash does not work

- make the client to respect the server-side 
   no_backslash_escapes option and disable the 
   special meaning of backslash also at client side.
This commit is contained in:
gkodinov/kgeorge@macbook.gmz
2006-08-01 11:05:54 +03:00
parent 21e6d13147
commit 7b5e4ed026
3 changed files with 17 additions and 1 deletions

View File

@@ -2,3 +2,7 @@
1
ERROR 1064 (42000) at line 3: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
ERROR at line 1: USE must be followed by a database name
\
\\
';
';