Yiding Cui
Yiding Cui
``` mysql> explain with cte as (select a, count(b) from t2 group by a) select /*+ inl_join(`t2`) */ * from t1, cte t2 where t1.a=t2.a; +------------------------------------+----------+-----------+---------------+---------------------------------------------------------------------------------------------+ | id | estRows...
I prefer to merge this one after https://github.com/pingcap/tidb/pull/47496
It's so surprising that some tests failed when we added the gotags. I'll check it later.
/hold for a while
 Now that the check_dev can pass. We know that the failure is caused by  I'm trying to solve it without enlarging the cache size too much.