executor: fix data race in hash agg spill test by xzhangxian1008 · Pull Request #55387 · pingcap/tidb · GitHub
TestGetCorrectResult
でのレースコンディションを修正しています。planner: add more log and metrics for instance plan cache eviction by qw4990 · Pull Request #55377 · pingcap/tidb · GitHub Instance plan cache evictionのログとメトリクスを追加しています。
br: resolve stuck in backup by Leavrth · Pull Request #54736 · pingcap/tidb · GitHub BRのバックアップがstuckする事象を修正しています。
planner: add more test cases for instance plan cache by qw4990 · Pull Request #55385 · pingcap/tidb · GitHub Instance plan cacheのテストを追加しています。
*: bump client-go to adopt new batch policy by zyguan · Pull Request #55383 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
planner/core: infoschema tables should show global temp tables by tangenta · Pull Request #55379 · pingcap/tidb · GitHub
information_schema
のテーブルにglobal temporary tablesを表示するようにしています。lightning: fix flaky integration test by D3Hunter · Pull Request #55382 · pingcap/tidb · GitHub 不安定なインテグレーションテストを修正しています。
planner: move `rule_constant_propagation` to rule pkg. (#55231) by qingfeng777 · Pull Request #55345 · pingcap/tidb · GitHub
rule_constant_propagation
をrule
パッケージに移動しています。*: update v2 infoschema reader support for tables Indexes, Views, KeyColumnUsage, TableConstraints by tiancaiamao · Pull Request #55241 · pingcap/tidb · GitHub inforschema v2の等価条件の検索の高速化を図っています。
planner: move logical aggregation to logicalop pkg by AilinKid · Pull Request #55371 · pingcap/tidb · GitHub Plannerでlogical aggregationのコードを
logicalop
パッケージに移動しています。ddl: support session level tidb_ddl_reorg_worker_cnt and batch_size by tangenta · Pull Request #55334 · pingcap/tidb · GitHub
tidb_ddl_reorg_worker_cnt
とtidb_ddl_reorg_batch_size
をセッションレベルで変更可能にしています。planner: incorrect query result using ISNULL in the nested expressions by hawkingrei · Pull Request #55306 · pingcap/tidb · GitHub ネストされた中でISNULLを利用した場合の結果が正しくない事象を修正しています。
meta, util: skip unmarshal unneeded JSON fields by lance6716 · Pull Request #55304 · pingcap/tidb · GitHub 不要なJSON列のunmarshalを省いています。
*: support batch create/drop bindings from plan/sql digest by time-and-fate · Pull Request #55315 · pingcap/tidb · GitHub bindingの作成と削除を複数のbindingsに対してまとめて実行可能にしています。
pdms: support primary/transfer api for scheduling and tso by HuSharp · Pull Request #8157 · tikv/pd · GitHub PD microserviceのアップグレードを一番最後に行うようにしています。
client: use defer for cancel by rleungx · Pull Request #8520 · tikv/pd · GitHub Cancelをdeferして一度だけ実行されるようにしています。
raftstore: remove the behavior - immediately persist when the command's priority is different from that of apply poller. by Leavrth · Pull Request #17338 · tikv/tikv · GitHub Ingest SSTコマンドが実行中に
apply_ctx.commit(self)
の実行回数を減らしています。raftstore: debug print write info details by cfzjywxk · Pull Request #17348 · tikv/tikv · GitHub Raftstoreのdebugログ出力を変更しています。
- fix: use `""` to represent empty string by Oreoxmt · Pull Request #18562 · pingcap/docs · GitHub
""
で空文字を表示するようにしています。
2024年8月13日にTiDB Operatorのコミットはありませんでした。
2024年8月13日にTiFlowのコミットはありませんでした。
*: add workflow in CMakePresets by Lloyd-Pottiger · Pull Request #9304 · pingcap/tiflash · GitHub make方法を変更しています。
Storages: Add whether has null in the result of MinMaxIndex by JinheLin · Pull Request #9288 · pingcap/tiflash · GitHub
MinMaxIndex
でNULLを考慮するようにしています。Disagg: Fix the issue that lifetime of read-snapshots in WN may be longer than expected by JinheLin · Pull Request #9297 · pingcap/tiflash · GitHub read snapshotの残存期間が予想より長くなる事象を修正しています。
2024年8月13日にTiProxyのコミットはありませんでした。