Yiding Cui

Results 65 comments of 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.

![QQ_1721402706884](https://github.com/user-attachments/assets/693118c3-b82e-45dc-b0de-2da5cdc6cde6) Now that the check_dev can pass. We know that the failure is caused by ![QQ_1721402744264](https://github.com/user-attachments/assets/ff151a0a-7f73-4e66-8ce3-2b730325d233) I'm trying to solve it without enlarging the cache size too much.