mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
merge post fix
This commit is contained in:
parent
fb74fccff9
commit
f4f3adc0ad
1 changed files with 2 additions and 2 deletions
|
|
@ -170,8 +170,8 @@ quote(concat('abc\'', '\\cba'))
|
|||
select quote(1/0), quote('\0\Z');
|
||||
quote(1/0) quote('\0\Z')
|
||||
NULL '\0\Z'
|
||||
select length(quote(concat(char(0), "test")));
|
||||
length(quote(concat(char(0), "test")))
|
||||
select length(quote(concat(char(0),"test")));
|
||||
length(quote(concat(char(0),"test")))
|
||||
8
|
||||
select reverse("");
|
||||
reverse("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue