[MDEV-7565] Server crash with Signal 6 (part 2) Created: 2015-02-09  Updated: 2023-11-30  Resolved: 2015-10-06

Status: Closed
Project: MariaDB Server
Component/s: Optimizer
Affects Version/s: 5.3.12, 5.5, 10.0
Fix Version/s: 5.5.46, 10.0.22, 10.1.8

Type: Bug Priority: Critical
Reporter: Oleksandr Byelkin Assignee: Oleksandr Byelkin
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Blocks
PartOf
is part of MDEV-7445 Server crash with Signal 6 Closed
Relates
relates to MDEV-7846 Server crashes in Item_subselect::fix... Closed
relates to MDEV-32843 main.subselect, main.subselect_no_exi... Closed
Sprint: 10.1.8-3, 10.1.8-4

 Description   

Splitted from MDEV-7445

Select 
  (Select Sum(`TestCase`.Revenue) From mysql.slow_log E           
    Where TestCase.TemplateID not in (Select 1 from mysql.slow_log where 2=2)
  ) As `ControlRev`
From 
(Select  3 as Revenue, 4 as TemplateID) As `TestCase` 
Group By  TestCase.Revenue, TestCase.TemplateID;



 Comments   
Comment by Oleksandr Byelkin [ 2015-02-09 ]

We agreed that too late "transformation" with preparing left part is historical and it is better to move it a bit earlier.

Comment by Sergei Petrunia [ 2015-02-10 ]

Ok to push.

Comment by Oleksandr Byelkin [ 2015-04-15 ]

waiting review for MDEV-7846

Generated at Thu Feb 08 07:20:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.