TiDB commits

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

TiDB commits on 2022-04-22

github.com

executor: fix label of rollback stmt counter by zyguan · Pull Request #34160 · pingcap/tidb · GitHub CountStmtNodeがチェックするステートメントタイプと、GetStmtLabel が戻すステートメントタイプをRollBackをRollback(bを小文字)にすることであわせています。

planner: add projection pushdown by ichn-hu · Pull Request #27029 · pingcap/tidb · GitHub 射影(projection)のPushdownを有効にするか無効にするかの設定projection-push-downを追加しています。デフォルトは無効です。

ddl: fix the partial-count collection for ddl reorg encountering errors halfway by AilinKid · Pull Request #34165 · pingcap/tidb · GitHub

DDL実行中にそれがキャンセルされた場合にそれまで実行されていた回数は利用しない(最初からやり直すので)ように変更しています。

executor/infoschema_reader.go: skip the unidentifiable table-attributes by AndreMouche · Pull Request #34129 · pingcap/tidb · GitHub

TiDB以外で作成されたregion-ruleが見つかった場合、それをwarningとしてログに出力し、処理を継続するように変更しています。

*: remove useless code by hawkingrei · Pull Request #34159 · pingcap/tidb · GitHub 不要なテストコードを削除しています。