Commit f4f3adc0 authored by unknown's avatar unknown

merge post fix

parent fb74fccf
...@@ -170,8 +170,8 @@ quote(concat('abc\'', '\\cba')) ...@@ -170,8 +170,8 @@ quote(concat('abc\'', '\\cba'))
select quote(1/0), quote('\0\Z'); select quote(1/0), quote('\0\Z');
quote(1/0) quote('\0\Z') quote(1/0) quote('\0\Z')
NULL '\0\Z' NULL '\0\Z'
select length(quote(concat(char(0), "test"))); select length(quote(concat(char(0),"test")));
length(quote(concat(char(0), "test"))) length(quote(concat(char(0),"test")))
8 8
select reverse(""); select reverse("");
reverse("") reverse("")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment