Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2016-20
Description
ref: working_tpch1_compareLogOnly/sub/g3_simple_semi_join.sql,
the very last query in the file.
MariaDB [tpch1]> select count(o_orderkey), sum(o_totalprice) from customer, orders where not exists (select n_nationkey from nation, region where n_regionkey = r_regionkey and r_name = 'ASIA') and o_custkey = c_custkey;
ERROR 1815 (HY000): Internal error: Unknown error
MariaDB [tpch1]>
Attachments
Issue Links
- relates to
-
MCOL-280 Beta issues
- Closed