Bug #757 | IFNULL cuts off result to second argument when using DISTINCT and subquery. | ||
---|---|---|---|
Submitted: | 30 Jun 2003 4:45 | Modified: | 6 Jul 2003 12:39 |
Reporter: | Pieter Ennes | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | Linux (Linux RedHat 9/Kernel 2.4.20) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[30 Jun 2003 4:45]
Pieter Ennes
[4 Jul 2003 17:05]
Oleksandr Byelkin
ChangeSet 1.1567 03/07/05 03:03:31 bell@sanja.is.com.ua +4 -0 reduced using of slow current_thd/current_lex macro initialization of item_thd moved to constructor (in any case we need thd in constructor) initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757) removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
[6 Jul 2003 12:39]
Oleksandr Byelkin
Thank you for bugreport. Bug is fixed sources repository.