1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for the QUOTE() function.

This commit is contained in:
ram@mysql.r18.ru
2003-01-03 19:46:15 +04:00
parent 3cf6a6b28e
commit 8009c16a34
4 changed files with 6 additions and 1 deletions

View File

@ -64,6 +64,7 @@ select decode(encode("abcdef","monty"),"monty")="abcdef";
select quote('\'\"\\test');
select quote(concat('abc\'', '\\cba'));
select quote(1/0), quote('\0\Z');
select length(quote(concat(char(0),"test")));
#
# Wrong usage of functions