TiDB commits

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

TiDB commits on 2022-04-07

github.com

expr: fix failed copr-test by Yisaer · Pull Request #33730 · pingcap/tidb · GitHub

copr-testで失敗しているweekday, to_second, to_daysのpush downを一時的に無効にしています。

topsql: add more test to check resource tag for each RPC request by crazycs520 · Pull Request #33623 · pingcap/tidb · GitHub

TopSQLに関する機能で、RPCにタグを追加されていることを確認するテストを追加しています。

README.md: add the TiDB Cloud developer tier info by qiancai · Pull Request #33770 · pingcap/tidb · GitHub

TiDB Cloudへのリンクを追加しています。

executor: migrate test-infra to testify for testRecoverTable by tisonkun · Pull Request #33744 · pingcap/tidb · GitHub

testRecoverTableをtest-infraからtestifyに移行しています。

domain,server,session: optimize gc safepoint advancing for internal transaction by TonsnakeLin · Pull Request #32726 · pingcap/tidb · GitHub

TiDBが利用する内部トランザクション(internal transaction)に対しても、tidb_gc_life_timeを考慮して、必要なデータがGCされないように変更しています。

*: Add support for execute prepared statement to `staleread.Processor` by lcwangchao · Pull Request #32941 · pingcap/tidb · GitHub

Stale read実行時にもprepared statementが利用できるようにしています。

.github: add a link to Release Notes Language Style Guide in PR template by TomShawn · Pull Request #32745 · pingcap/tidb · GitHub

GitHubのpull request templateに、リリースノート作成時にはRelease Notes Language Style Guide を参照するように記述を追加しています。