summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_concat.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/func_concat.result')
-rw-r--r--mysql-test/r/func_concat.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_concat.result b/mysql-test/r/func_concat.result
index 419413e4156..0bd53b32dd7 100644
--- a/mysql-test/r/func_concat.result
+++ b/mysql-test/r/func_concat.result
@@ -63,8 +63,8 @@ a0
select 'a' union select concat('a', -0.0);
a
a
-a-0.0
+a0.0
select 'a' union select concat('a', -0.0000);
a
a
-a-0.0000
+a0.0000