Details
-
New Feature
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
2018-08, 2018-16
Description
mysql> create table t2_c(c1 int) engine=columnstore;
Query OK, 0 rows affected (0.41 sec)
mysql> create table t1_c(c1 int) engine=columnstore;
Query OK, 0 rows affected (0.46 sec)
mysql> select t1_c.* from t1_c join t2_c;
ERROR 1815 (HY000): Internal error: IDB-1000: 't1_c' and 't2_c' are not joined.
Needed for TPC-DS