Yiding Cui
Yiding Cui
### What problem does this PR solve? Add one more new explain format to enable optimizer trace. ### Check List Tests - Unit test
### What problem does this PR solve? Issue Number: ref https://github.com/pingcap/tidb/issues/38911 Problem Summary: ### What changed and how does it work? This pull tries to change the column references of...
… ### What problem does this PR solve? Issue Number: close #55684 Problem Summary: ### What changed and how does it work? The old init stats doesn't handle the collation...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What changed and how does it work? There's some error check enabled by gotag intest. And...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: The code is introduced by https://github.com/pingcap/tidb/pull/6565/files#diff-5a16cfaf3a94b6aae3fafc2709020d48b95a2dd1857ccfc3d48e08ff3ed73bcaL209. Related with our old feedback logic. This code segment will cause...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What changed and how does it work? This var only has set-variable operations. ### Check List...
### What problem does this PR solve? Issue Number: close #52251 Problem Summary: It's another way compared with https://github.com/pingcap/tidb/pull/52122. This one should be better to solve problems. ### What changed...
## Enhancement If we get an expression like `col > cor_col`, we'll apply index full scan and fail to build ranges with this expression.
## Enhancement We support constructing index ranges with correlated columns. But only support the most simple case `col op cor_col`. But we'll fail to do it when the correlated column...
as the title said