1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

incorrect result fixed

This commit is contained in:
unknown
2004-12-23 17:32:29 +01:00
parent 3bdff7fb82
commit 665f6b6875

View File

@@ -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