TiDB commits

TiDB, PD, TiKVのコミットを記録しています。

TiDB commits on 2022-03-22

github.com

infoschema: stabalize TestSelectClusterTable test by morgo · Pull Request #33295 · pingcap/tidb · GitHub

info schema(information_schema)の不安定なテストを修正しています。CLUSTER_PROCESSLISTHOST列にport番号を含むようになったためで、このテストではその列を除外しています。

session: forbid plan cache in stale read by Yisaer · Pull Request #33273 · pingcap/tidb · GitHub

stale readではplan cacheを禁止しています。

expr: switch off left push down due to intergration test failed by Yisaer · Pull Request #33302 · pingcap/tidb · GitHub

インテグレーションテストで、left push down を無効化しています。

client-go: upgrade client-go dependency by cfzjywxk · Pull Request #33290 · pingcap/tidb · GitHub

client-goの依存性を更新しています。

statistics: allow using not-loaded stats when ndv is 0 by time-and-fate · Pull Request #33241 · pingcap/tidb · GitHub

カラムの値がすべてNULLだったときに統計情報がロードされているかどうかの判定が誤っていた問題を修正しています。

planner: Updated failing test after #33098 by mjonss · Pull Request #33299 · pingcap/tidb · GitHub

planner: Disable prepared plan cache for partitioned tables in dynamic prune mode by mjonss · Pull Request #33098 · pingcap/tidb · GitHubによって失敗するようになったテストを修正しています。

*: fix bug that UnionScan can't keep order caused wrong result by tiancaiamao · Pull Request #33218 · pingcap/tidb · GitHub

実行計画にUnionScanを含む場合、数値の順序が正しくなかったのを修正しています。

planner: fix "can't find column" when projection wrongly added above index lookup reader after agg pushed down by time-and-fate · Pull Request #33287 · pingcap/tidb · GitHub

planner: fix projection of generate column for indexLookup task by wjhuang2016 · Pull Request #31684 · pingcap/tidb · GitHubにより発生した、expression indexを利用した場合の"can't find column" が発生していた問題を修正しています。