Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
5.5.51, 10.1.16, 10.1.17, 10.0.27, 5.5(EOL), 10.0(EOL), 10.1(EOL)
-
None
-
We reproduce crash on multiple server/configs with:
10.0.27 on debian wheezy, debian jessie
10.1.16, 10.1.17 on debian jessie
Query work fine on 10.0.26
-
10.1.18
Description
You can use this query to reproduce crash:
drop table if exists dummy; |
|
create table dummy ( |
field1 int |
) engine=innodb default charset=utf8; |
|
insert into dummy values (1); |
|
select round((select 1 from dummy limit 1)) |
from dummy |
group by round((select 1 from dummy limit 1)); |
Regards,
Vincent