planner: add `exprRewriterPlanCtx` and move planner related fields to it when building expression by lcwangchao · Pull Request #50065 · pingcap/tidb · GitHub
exprRewriterPlanCtx
を追加しています。disttask: change extra running subtasks to pending by D3Hunter · Pull Request #50266 · pingcap/tidb · GitHub disttaskで追加のsubtaskをpendingにすることで、他のノードに再割り当て可能にしています。
build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by dependabot[bot] · Pull Request #50352 · pingcap/tidb · GitHub 利用する golang.org/x/net のバージョンを更新しています。
*: bypass order by clause for fast point get plan by jackysp · Pull Request #50204 · pingcap/tidb · GitHub 存在しないカラムでorder byを行ったときに、
ERROR 1054 (42S22): Unknown column 'j' in 'order clause'
のエラーを発生させるようにしています。build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by dependabot[bot] · Pull Request #50353 · pingcap/tidb · GitHub 利用する golang.org/x/oauth2 のバージョンを更新しています。
lightning: always use PD HTTP client to access PD HTTP API by lance6716 · Pull Request #50078 · pingcap/tidb · GitHub LightningでPD http clientを利用してPDにアクセスするようにしています。
pkg/util: use random port to make test TestVerifyCommonNameAndRotate stable by tiancaiamao · Pull Request #50369 · pingcap/tidb · GitHub 不安定な
TestVerifyCommonNameAndRotate
テストを修正しています。planner: fix union index merge can merge a embedded intersection index merge with only one partial path | tidb-test=pr/2279 by AilinKid · Pull Request #50363 · pingcap/tidb · GitHub Multi value indexが利用されない事象を修正しています。
test: use test version for realtikv test by 3pointer · Pull Request #50351 · pingcap/tidb · GitHub really testで利用するTiKVのバージョンを
nightly-dirty
にしています。planner: return the complete error info when Parallel Apply meets problem by hawkingrei · Pull Request #50335 · pingcap/tidb · GitHub Parallel Apply失敗時のエラー出力を追加しています。
executor: avoid concurrently update for `SimpleLRUCache` in `ApplyCache` by SeaRise · Pull Request #50356 · pingcap/tidb · GitHub
ApplyCache
でのSimpleLRUCache
の同時更新を抑止しています。build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 by dependabot[bot] · Pull Request #50355 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。
mcs: add option to control redirect http request by lhy1024 · Pull Request #7691 · tikv/pd · GitHub http リクエストをリダイレクトするかどうかを設定可能にしています。
client: use ServiceDiscovery to update member in HTTP client by CabinfeverB · Pull Request #7668 · tikv/pd · GitHub
ServiceDiscovery
を利用してhttp clientのメンバーを更新しています。tools: support changing the percentage of heartbeat by rleungx · Pull Request #7698 · tikv/pd · GitHub "no-update-ratio"設定を追加しています。
test: fix unstable test test_limit_concurrency by glorv · Pull Request #16361 · tikv/tikv · GitHub 不安定な
test_limit_concurrency
テストを修正しています。*: deny vulnerable crates by overvenus · Pull Request #16360 · tikv/tikv · GitHub
cargo-deny
を適用しています。In-memory engine: API changes for write-path. by afeinberg · Pull Request #16322 · tikv/tikv · GitHub In memory engineのAPIを変更しています。
Update sql-statement-import-into.md by enkilee · Pull Request #16044 · pingcap/docs · GitHub sql-statements/sql-statement-import-into.md を更新しています。
flashback: flashback cluster support tso (#15608) by ti-chi-bot · Pull Request #15621 · pingcap/docs · GitHub
FLUSHBACK CLUSTER
の引数にTSOを利用できる旨の記述を追加しています。tikv: add dynamic config item 'readpool.unified.max-tasks-per-worker' by glorv · Pull Request #15551 · pingcap/docs · GitHub
readpool.unified.max-tasks-per-worker
の説明を追加しています。add tikv lower/upper functions by qiancai · Pull Request #15860 · pingcap/docs · GitHub lowerとupper関数がTiKVにpushdownできる旨の記述を追加しています。
Add docs for `TiCDC support checking if data is entirely replicated to Downstream` by qiancai · Pull Request #15886 · pingcap/docs · GitHub
Query whether a specific replication task is completed
を追加しています。tiproxy: add tiproxy by xhebox · Pull Request #15634 · pingcap/docs · GitHub TiProxyのドキュメントを追加しています。
Fix: split local files for importing to tidb cloud by RakerZh · Pull Request #16135 · pingcap/docs · GitHub tidb-cloud/tidb-cloud-import-local-files.md を更新しています。
Fix the example of tidb's equivalent function for oracle's nvl2 by hfxsd · Pull Request #16142 · pingcap/docs · GitHub
NVL2()
の説明を更新しています。
fips: adjust version suffix by overvenus · Pull Request #5512 · pingcap/tidb-operator · GitHub バージョンsuffixの重複した
fips
を修正しています。ebs br: backoff support for snapshots deletion by BornChanger · Pull Request #5492 · pingcap/tidb-operator · GitHub スナップショットの削除のリトライ間隔を調整しています。