-
ddl: arg v2 for flashback cluster and alter table attributes by joechenrh · Pull Request #56290 · pingcap/tidb · GitHub flashback clusterとalter table attributesにarg v2を利用しています。
-
*: remove `mock.NewContext()` usage when building table meta in production code by lcwangchao · Pull Request #56348 · pingcap/tidb · GitHub table meta構築時に
mock.Context
を利用しないようにしています。 planner: Display truncate vector in EXPLAIN by EricZequan · Pull Request #55934 · pingcap/tidb · GitHub explain文をvector型に対応させています。
planner: Set minimum cost to avoid parent multiplication cost discrepancies by terry1purcell · Pull Request #56387 · pingcap/tidb · GitHub Plannerのコストを変更しています。
ddl: make meta mutator part of jobContext by D3Hunter · Pull Request #56399 · pingcap/tidb · GitHub
jobContext
にmeta mutatorを追加しています。session: fix wrong etcd mutex key by wjhuang2016 · Pull Request #56371 · pingcap/tidb · GitHub etcdのmutex keyの値を修正しています。
metrics: add metrics for priority resource control by glorv · Pull Request #56374 · pingcap/tidb · GitHub
Priority Task Control
メトリクスを追加しています。expression: avoid refinement of arguments on nullable value by tuziemon · Pull Request #55805 · pingcap/tidb · GitHub
ANY
オペレーターの結果が正しくない事象を修正しています。
*: unify the receiver naming style by rleungx · Pull Request #8677 · tikv/pd · GitHub レシーバの命名を統一しています。
*: reduce rand NewSource by rleungx · Pull Request #8675 · tikv/pd · GitHub スケジューラー作成時にrandの初期化を一回だけ行うようにしています。
*: remove tidb security test files by rleungx · Pull Request #8676 · tikv/pd · GitHub テストスクリプトを更新しています。
pd-ctl: reduce duplicate params in grant hot region scheduler by lhy1024 · Pull Request #8673 · tikv/pd · GitHub grant hot region schedulerの重複したパラメータを削除しています。
2024年9月29日にTiKVのコミットはありませんでした。
2024年9月29日にdocsのコミットはありませんでした。
2024年9月29日にTiDB Operatorのコミットはありませんでした。
- sink(ticdc): update defaultSupportVectorVersion by wk989898 · Pull Request #11634 · pingcap/tiflow · GitHub
defaultSupportVectorVersion
の値を変更しています。
- storage: fix block rows not match when filter column is the first non-empty column in the block by Lloyd-Pottiger · Pull Request #9483 · pingcap/tiflash · GitHub
count(*)
の検索が失敗しうる事象を修正しています。
2024年9月29日にTiProxyのコミットはありませんでした。