planner: move index advisor into the kernel by qw4990 · Pull Request #55874 · pingcap/tidb · GitHub Index advisorをカーネル内部に移動しています。
ddl, stats: switch to new struct for create/truncate table by lance6716 · Pull Request #55811 · pingcap/tidb · GitHub create table, truncate tableに利用するstructを変更しています。
executor: avoid new small objects in probe stage of hash join v2 by windtalker · Pull Request #55855 · pingcap/tidb · GitHub hash join v2でprobe段階でのオブジェクトの新規割り当てを抑止しています。
*: Add tidbCPU/tikvCPU into system tables by yibin87 · Pull Request #55455 · pingcap/tidb · GitHub
information_schema.processlist
にTIDB_CPU
,TIKV_CPU
列を追加しています。ddl: use static contexts in `NewReorgCopContext` by lcwangchao · Pull Request #55823 · pingcap/tidb · GitHub
newReorgExprCtxWithReorgMeta
,newReorgDistSQLCtxWithReorgMeta
関数を追加しています。executor: fix index out of range bug in hash join v2 by windtalker · Pull Request #55864 · pingcap/tidb · GitHub hash join v2で発生するindex out of rangeを修正しています。
executor: record index usage for the clustered primary keys by YangKeao · Pull Request #55602 · pingcap/tidb · GitHub Clustered indexの利用状況を記録するようにしています。
domain: load all non-public tables into infoschema by joechenrh · Pull Request #55142 · pingcap/tidb · GitHub infoschema v2でpublicではないテーブルもinfoschemaに読み込むようにしています。
test: fix unstable TestShowViewPriv by tangenta · Pull Request #55868 · pingcap/tidb · GitHub 不安定な
TestShowViewPriv
テストを修正しています。ttl: add `varbinary` case for `TestSplitTTLScanRangesWithBytes` by lcwangchao · Pull Request #55863 · pingcap/tidb · GitHub TTLのテストケース
TestSplitTTLScanRangesWithBytes
でvarbinary
型を考慮するようにしています。integration_test: update mysql-tester by Defined2014 · Pull Request #55860 · pingcap/tidb · GitHub 利用する github.com/pingcap/mysql-tester のバージョンを更新しています。
lightning: job range keys and region split keys are 2 concepts (part 2) by lance6716 · Pull Request #55759 · pingcap/tidb · GitHub Lightningでリージョンサイズが96MB以上の時にglobal sortを利用したimport intoがハングする事象を修正しています。
pkg/parser: support SWITCH_GROUP syntax for runaway watch by JmPotato · Pull Request #54804 · pingcap/tidb · GitHub Runaway watchコマンドに
SWITCH_GROUP
を追加しています。expression: `StaticExprContext/EvalContext` support to load state from system variables by lcwangchao · Pull Request #55800 · pingcap/tidb · GitHub
StaticExprContext/EvalContext
にシステム変数からstateを読み込めるようにしています。
- chore(dashboard): update TiDB Dashboard to v8.4.0-6a0d342d [master] by baurine · Pull Request #8581 · tikv/pd · GitHub 利用する TiDB Dashboard のバージョンを更新しています。
in-memory-region: fix the inconsistency caused by updating region range by glorv · Pull Request #17486 · tikv/tikv · GitHub In memory engineでregion range更新による非一貫性を修正しています。
storage: Fix unexpected flow control after unsafe destroy range by Connor1996 · Pull Request #17458 · tikv/tikv · GitHub Rangeのは記事にflow controlが実施されないようにしています。
- glossary: fix descrption about isolation by hfxsd · Pull Request #18809 · pingcap/docs · GitHub glossary.md を更新しています。
2024年9月5日にTiDB Operatorのコミットはありませんでした。
- test(ticdc,dm): modify download-integration-test-binaries script by wk989898 · Pull Request #11564 · pingcap/tiflow · GitHub インテグレーションテストのスクリプトを更新しています。
- UniPS: Catch exception when dumping incr snapshot by CalvinNeo · Pull Request #9407 · pingcap/tiflash · GitHub incremental snapshotをdump中に発生する例外への対応を追加しています。
2024年9月5日にTiProxyのコミットはありませんでした。