Commit 5f5a24eb authored by Yuchen Pei's avatar Yuchen Pei

MDEV-26151 Try spider/bg.direct_aggregate_part with nonzero casual read

Here we set the value to be 23. Changing it to 1 does not make any
difference.
parent a7921996
......@@ -135,6 +135,8 @@ if ($HAVE_PARTITION)
set @old_spider_direct_aggregate=@@session.spider_direct_aggregate;
set spider_direct_aggregate=1;
set spider_casual_read=23;
eval $MASTER_1_CHECK_DIRECT_AGGREGATE_STATUS;
SELECT COUNT(*) FROM ta_l2;
eval $MASTER_1_CHECK_DIRECT_AGGREGATE_STATUS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment