summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_concat.result
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2004-12-30 14:56:31 +0300
committerunknown <sergefp@mysql.com>2004-12-30 14:56:31 +0300
commit463c4991eef36d00eab9a112634bbad196eda237 (patch)
tree5e9e10e3cc842a6895a0f750c41c84c635d57224 /mysql-test/r/func_concat.result
parent53da5942a3df94966e7dbd2261d8acfb4350c6a7 (diff)
downloadmariadb-git-463c4991eef36d00eab9a112634bbad196eda237.tar.gz
Fix func_concat.result: allow -0.00 to be converted to string both with and without leading minus
Diffstat (limited to 'mysql-test/r/func_concat.result')
-rw-r--r--mysql-test/r/func_concat.result6
1 files changed, 1 insertions, 5 deletions
diff --git a/mysql-test/r/func_concat.result b/mysql-test/r/func_concat.result
index 0bd53b32dd7..cf6fbf2da4f 100644
--- a/mysql-test/r/func_concat.result
+++ b/mysql-test/r/func_concat.result
@@ -63,8 +63,4 @@ a0
select 'a' union select concat('a', -0.0);
a
a
-a0.0
-select 'a' union select concat('a', -0.0000);
-a
-a
-a0.0000
+good