mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix func_concat.result: allow -0.00 to be converted to string both with and without leading minus
This commit is contained in:
@@ -46,7 +46,7 @@ select 'a' union select concat('a', -'3');
|
||||
select 'a' union select concat('a', -concat('3',4));
|
||||
|
||||
select 'a' union select concat('a', -0);
|
||||
|
||||
--replace_result 'a-0.0' good 'a0.0' good
|
||||
select 'a' union select concat('a', -0.0);
|
||||
|
||||
select 'a' union select concat('a', -0.0000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user