File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
mysql-test/columnstore/future Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ SELECT "QUERY 1";
4242# check Query Accelerator for q1 (simple aggregation)
4343SELECT mcs_get_plan('rules') LIKE '%parallel_ces%' AS qa_q1_applied;
4444
45+ --source ../include/disable_rbo_parallel_ces.inc
4546SELECT "QUERY 2";
4647 SELECT
4748 s_acctbal,
@@ -71,6 +72,7 @@ SELECT "QUERY 2";
7172 )
7273 ORDER BY s_acctbal DESC, n_name, s_name, p_partkey
7374 LIMIT 100;
75+ --source ../include/enable_rbo_parallel_ces.inc
7476
7577SELECT "QUERY 3";
7678 SELECT
@@ -228,6 +230,8 @@ SELECT "QUERY 10";
228230 LIMIT 20;
229231
230232SELECT "QUERY 11";
233+ # seems like qa cant work with subquery in HAVING with correlated tables
234+ --source ../include/disable_rbo_parallel_ces.inc
231235 SELECT
232236 ps_partkey,
233237 SUM(ps_supplycost * ps_availqty) AS value
@@ -245,6 +249,7 @@ SELECT "QUERY 11";
245249 )
246250 ORDER BY value DESC, ps_partkey;
247251
252+ ##query 12 with enabled rbo leads to crash, to investigate
248253SELECT "QUERY 12";
249254 SELECT
250255 l_shipmode,
@@ -259,6 +264,7 @@ SELECT "QUERY 12";
259264 AND l_receiptdate < DATE '1995-01-01'
260265 GROUP BY l_shipmode
261266 ORDER BY l_shipmode;
267+ --source ../include/enable_rbo_parallel_ces.inc
262268
263269SELECT "QUERY 13";
264270 SELECT
You can’t perform that action at this time.
0 commit comments