[MDEV-3804] Find and revert MySQL patch related to only-field expression in HAVING Created: 2012-10-10  Updated: 2012-10-11  Resolved: 2012-10-11

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Oleksandr Byelkin Assignee: Oleksandr Byelkin
Resolution: Fixed Votes: 0
Labels: None


 Description   

We have it fixed other way.



 Comments   
Comment by Oleksandr Byelkin [ 2012-10-10 ]

2661.824.1

Comment by Oleksandr Byelkin [ 2012-10-11 ]

It is fix of MySQL bug#11765413 With following test suite
+--echo #
+--echo # testcase for bug#11765413 - Crash with dependent subquery and
+--echo # prepared statement
+create table t1 (c1 int);
+insert into t1 values (1);
+prepare stmt1 from "select 1 from t1 where 1=(select 1 from t1 having c1)";
+execute stmt1;
+drop prepare stmt1;
+drop table t1;

Comment by Oleksandr Byelkin [ 2012-10-11 ]

fix committed

Comment by Oleksandr Byelkin [ 2012-10-11 ]

pushed

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