Commit fb166520 authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

merge post fix

parent 803dff10
...@@ -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