From fb1665200fcbf279b4582d520acf490981cc7676 Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Mon, 6 Jan 2003 02:41:53 +0200 Subject: [PATCH] merge post fix --- mysql-test/r/func_str.result | 4 ++-- 1 file 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("")