1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

QUOTE() code cleanup

mysql-test/r/func_str.result:
  cleanup
sql/item_strfunc.cc:
  cleanup
This commit is contained in:
unknown
2002-08-10 15:13:05 +05:00
parent 9b1d739ea1
commit 6148e5a42f
2 changed files with 7 additions and 7 deletions

View File

@ -148,7 +148,7 @@ decode(encode("abcdef","monty"),"monty")="abcdef"
1
select quote('\'\"\\test');
quote('\'\"\\test')
'\'\"\\test'
'\'"\\test'
select quote(concat('abc\'', '\\cba'));
quote(concat('abc\'', '\\cba'))
'abc\'\\cba'