Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
Description
When running test001 the assert in ha_scalar_sub.cpp:214 is hit causing MariaDB server to sig 6 abort. This is the query in MariaDB's crash dump:
Query: create temporary table infinidb_vtable.$vtable_2957 engine = aria as select i_product_name from cs_item where i_manufact_id > 742 and (select count(*) as item_cnt from cs_item where ((i_category = 'Women' ))) > 0
|
I hit this in F29 which is an unsupported platform but I suspect it affects other platforms too.