planner: move checks for noop functions in select statements to preprocess by henrybw · Pull Request #53279 · pingcap/tidb · GitHub noop functionの確認を行う部分をpreprocessに移動しています。
br: separate the restore client by Leavrth · Pull Request #53197 · pingcap/tidb · GitHub BRのリストアクライアントを分割しています。
ddl: sync schema version using watch, notify sessions on owner node by job id by D3Hunter · Pull Request #53217 · pingcap/tidb · GitHub etcd watchを利用してスキーマバージョンを同期するようにしています。
*: only output log when error is non-nil by xhebox · Pull Request #53350 · pingcap/tidb · GitHub エラー出力方法を変更しています。
tests: move `TestNoopFunctions` to `tests/integrationtest` by henrybw · Pull Request #53343 · pingcap/tidb · GitHub
TestNoopFunctions
をtests/integrationtest
に移動しています。autoid_service: remove the force rebase on close behavior by tiancaiamao · Pull Request #53315 · pingcap/tidb · GitHub auto_serviceが起動しているTiDBサーバーのforce rebaseを削除しています。
infoschema: change datetime fields of ddl_jobs to datetime(6) by tangenta · Pull Request #53339 · pingcap/tidb · GitHub
ddl_jobs
テーブルのdatetime関連のカラムの型をdatetime(6)
に変更しています。ddl: do not reference owner_id for all system DDLs by tangenta · Pull Request #53355 · pingcap/tidb · GitHub
Unknown column 'owner_id'
を修正しています。planner: skip fast-point-get for select-into-outfile statements by qw4990 · Pull Request #53364 · pingcap/tidb · GitHub insert into select outfileが動作しない事象を修正しています。
config: set max token limit to 1M by djshow832 · Pull Request #53361 · pingcap/tidb · GitHub
token-limit
の上限値を100万にしています。
pkg: improve region statistics observe by rleungx · Pull Request #8181 · tikv/pd · GitHub
RegionStatisticType
の型を uint16 に変更しています。core: use sync pool for tracer by rleungx · Pull Request #8183 · tikv/pd · GitHub tracerにsync.Poolを利用しています。
*: support generate the test coverage file and using it in ci by HuSharp · Pull Request #7991 · tikv/pd · GitHub GitHub Actionsの設定を更新しています。
core/region: use a separate tree to check for overlaps in the subtree by JmPotato · Pull Request #8185 · tikv/pd · GitHub subtreeの重複を確認するために別のtreeを利用しています。
- coprocessor: limit concurrent requests by memory quota by overvenus · Pull Request #16662 · tikv/tikv · GitHub coprocessorへの並行アクセスをメモリ量で制限しています。
- Extend CAST and multi-valued-index docs by dveeden · Pull Request #17472 · pingcap/docs · GitHub
CAST
の説明を更新しています。
Set labels for TiProxy instances by djshow832 · Pull Request #5649 · pingcap/tidb-operator · GitHub TiProxy用のラベルを追加しています。