diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result index 429574575f1..b3468586f32 100644 --- a/mysql-test/r/func_str.result +++ b/mysql-test/r/func_str.result @@ -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("")