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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user