mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 4.0.8
This commit is contained in:
@@ -71,7 +71,8 @@ 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")));
|
||||
select length(quote(concat(char(0),"test")));
|
||||
|
||||
#
|
||||
# Wrong usage of functions
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user