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:
serg@serg.mylan
2004-12-23 17:32:29 +01:00
parent f0106df58b
commit 7960b09bca

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