TiDB commits

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

TiDB commits on 2022-04-15

github.com

*: refactor placement bundle in infoschema by lcwangchao · Pull Request #33967 · pingcap/tidb · GitHub

Placement bundle(?)のリファクタリングを行っています。

executor: fix issue of query instance from CLUSTER_SLOW_QUERY return '' result by crazycs520 · Pull Request #33975 · pingcap/tidb · GitHub

CLUSTER_SLOW_QUERYのinstance列が空文字を返していた問題を修正しています。

util: fix memory.reArrangeFallback cpu usage by wshwsh12 · Pull Request #30414 · pingcap/tidb · GitHub

memory.reArrangeFallbackがおおくのCPU時間を利用していた事象を修正しています。

planner: support MaxOneRow clone by Reminiscent · Pull Request #33888 · pingcap/tidb · GitHub

MaxOneRowのclone(?)の対応を追加しています。

br: fix panic during merging files by YuJuncen · Pull Request #33797 · pingcap/tidb · GitHub

BRが小さなファイルをマージする際に、インデックスの値をデコードしようとしてpanicすることがあったのをDecodeIndexKeyを利用することでインデックスの値をデコードしないようにしています。

metrics: divide Database Time Overview panel into 3 sub-panels by Yui-Song · Pull Request #33783 · pingcap/tidb · GitHub

Grafanaでの Database Time Overviewを3つのバーチャートに分割しています。

ddl: support index regions and updating the existed table rule when changing partition by rleungx · Pull Request #33925 · pingcap/tidb · GitHub

パーティションの追加や削除を行ったときに、テーブルルールが更新されていなかった問題を修正しています。

executor: fix CTE race case by avoiding reopen iterInTbl by guo-shaoge · Pull Request #33731 · pingcap/tidb · GitHub

TestCTEExecErrorのDATA RACE警告を修正しています。

util: Adjust the minimum TLS version supported by TiDB tools from 1.0 to 1.2 by s3nt3 · Pull Request #33997 · pingcap/tidb · GitHub

TiDBがサポートするTLSのミニマムバージョンを1.0から1.2にあげています。

*: implement non-transactional delete by ekexium · Pull Request #33736 · pingcap/tidb · GitHub

deleteを分割する(例: split on id limit 3)non transactionalなdeleteを追加しています。

executor: make test TestSlowQueryWithoutSlowLog stable by crazycs520 · Pull Request #34014 · pingcap/tidb · GitHub

TestSlowQueryWithoutSlowLogテストを安定させています。