Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following simple query causes an assertion abort in MariaDB 5.1/5.2:
SELECT if(1, (SELECT min('hello')), NULL);
(see also bug#12620084 for mysql code line)