diff options
author | unknown <monty@mashka.mysql.fi> | 2003-01-06 02:41:53 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-01-06 02:41:53 +0200 |
commit | f4f3adc0ada31edddc3f96cac9b2897147588a86 (patch) | |
tree | d3eb36ce64cc0bad36ad522849b7a59ea9cc4f9a /mysql-test/r/func_str.result | |
parent | fb74fccff9e46cc6392fae262491d4b4218f4e5e (diff) | |
download | mariadb-git-f4f3adc0ada31edddc3f96cac9b2897147588a86.tar.gz |
merge post fix
Diffstat (limited to 'mysql-test/r/func_str.result')
-rw-r--r-- | mysql-test/r/func_str.result | 4 |
1 files changed, 2 insertions, 2 deletions
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("") |