ddl_notifier: add publish related API by lance6716 · Pull Request #56061 · pingcap/tidb · GitHub DDLのスキーマ変更をpublishするAPIを追加しています。
*: let planner decide the col refs for non-partition and non-foreignkey table's delete by winoros · Pull Request #54065 · pingcap/tidb · GitHub 非パーティション表でdelete時に参照するカラムをPlannerに決定させるようにしています。
ddl: fix admin check table error after rename index with scalar function by joechenrh · Pull Request #56060 · pingcap/tidb · GitHub
tidb_enable_global_index
有効時にrename index後にadmin check tableするとpanicする事象を修正しています。statistics: remove useless sessionctx by hawkingrei · Pull Request #56069 · pingcap/tidb · GitHub 不要なsessionctxを削除しています。
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 by dependabot[bot] · Pull Request #56065 · pingcap/tidb · GitHub 利用する golang.org/x/crypto のバージョンを更新しています。
planner: add group/memo/groupExpression. by AilinKid · Pull Request #55825 · pingcap/tidb · GitHub Plannerでgroup/memo/groupExpressionに対してcascade baseの最適化を図っています。
test: fix unstable TestAdminShowNextID by tangenta · Pull Request #56002 · pingcap/tidb · GitHub 不安定な
TestAdminShowNextID
テストを修正しています。*: Refactor param.ExecArgs from pkg param to pkg expression. by kafka1991 · Pull Request #55784 · pingcap/tidb · GitHub
param.ExecArgs
をリファクタリングしています。*: set default shard_row_id_bits and pre_split_regions for all tables by jackysp · Pull Request #55717 · pingcap/tidb · GitHub システム変数
tidb_shard_row_id_bits
とtidb_pre_split_regions
を追加して、shard_row_id_bits
とpre_split_regions
のデフォルト値を設定可能にしています。br: migrate pitr id map to the system table `mysql.tidb_pitr_id_map` by Leavrth · Pull Request #55871 · pingcap/tidb · GitHub BRのPiTRに利用するPiTR mapを
mysql.tidb_pitr_id_map
に保存するようにしています。infoschema: unify TypeLonglong display width by zimulala · Pull Request #56058 · pingcap/tidb · GitHub infoschemaで
TypeLonglong
の表示幅を統一しています。pkg/metrics: add panels for heap alloc and heap free by XuHuaiyu · Pull Request #56050 · pingcap/tidb · GitHub
heap alloc
とheap free
パネルを追加しています。runaway: Mitigation tidb_runaway_queries flooding by HuSharp · Pull Request #55664 · pingcap/tidb · GitHub 短期間に多数のrunaway queryが発生したときのログ出力を抑制しています。
Lightning: add retry if transaction failed while fetching task metas by guoshouyan · Pull Request #55670 · pingcap/tidb · GitHub Lightningでtask meta取得に失敗したときにリトライするようにしています。
- schedule: split `balance_test.go` by lhy1024 · Pull Request #8624 · tikv/pd · GitHub balance_test.go を分割しています。
In-memory Engine: reload manual loaded regions after leader transfer by overvenus · Pull Request #17296 · tikv/tikv · GitHub In memory engineでleader transfer後にリロードされない事象を修正しています。
metrics: add IME thread cpu panel by overvenus · Pull Request #17527 · tikv/tikv · GitHub
IME CPU
パネルを追加しています。in-memory-engine fix incorrect region count gauge when count becomes 0 by glorv · Pull Request #17524 · tikv/tikv · GitHub In memory engineで
RANGE_CACHE_COUNT
の値が正しくない事象を修正しています。
2024年9月13日にdocsのコミットはありませんでした。
2024年9月13日にTiDB Operatorのコミットはありませんでした。
sink(ticdc): reduce log print when using CDC sync data to Kafka with nil values in column by wk989898 · Pull Request #11541 · pingcap/tiflow · GitHub Kafkaへの同期で値がnilだったときのログ出力を抑制しています。
kv(ticdc): kv client should handle region congested error explicitly by 3AceShowHand · Pull Request #11579 · pingcap/tiflow · GitHub TiCDCでの
Congested
エラーハンドリングを追加しています。
2024年9月13日にTiFlashのコミットはありませんでした。
2024年9月13日にTiProxyのコミットはありませんでした。