Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following sequence of commands causes a crash of the server in MariaDB 5.2:
CREATE TABLE t1 (a INT);
PREPARE s FROM "SELECT 1 FROM t1 WHERE 1 < ALL (SELECT @:= (1 IN (SELECT 1 FROM t1)) FROM t1)";
(This is also bug#13012483 reported for mysql-5.1.)
Re: Crash when creating PS for a query with subquery in WHERE
It is not repeatable on 5.3