ddl: decouple executor part out from `ddl` by D3Hunter · Pull Request #54858 · pingcap/tidb · GitHub
DDLの実行部分をDDLExecutor
に独立させています。
infoschema,server: let SchemaSimpleTableInfos return error instead of panic by tiancaiamao · Pull Request #54866 · pingcap/tidb · GitHub TiKVがOOM発生時にinfoschema の検索がpanicする事象を修正しています。
planner: move logical_max_one_row.go to logicalop pkg. by AilinKid · Pull Request #54871 · pingcap/tidb · GitHub
Plannerのlogical_max_one_row.go
をlogicalopパッケージに移動しています。
planner, executor: allow build root task type of expand operator and implement expand executor by AilinKid · Pull Request #54536 · pingcap/tidb · GitHub grouping sets構文対応のための変更を追加しています。
*: reset infoschema v2 data before a full load by tiancaiamao · Pull Request #54831 · pingcap/tidb · GitHub full loadのまえにinfoschema v2のデータをリセットしています。
*: add table lock, foreign key to special attributes by wjhuang2016 · Pull Request #54672 · pingcap/tidb · GitHub
TableLockAttribute
とForeignKeysAttribute
を追加しています。
ddl, partition: fix create strictly increasing range partition by Defined2014 · Pull Request #54839 · pingcap/tidb · GitHub Range COLUMNS パーティションで誤ったパーティションにデータが追加される事象を修正しています。
table: introduce `RowIDShardGenerator` and `ReservedRowIDAlloc` to alloc auto row id by lcwangchao · Pull Request #54789 · pingcap/tidb · GitHub
auto row idの割り当てのためにRowIDShardGenerator
とReservedRowIDAlloc
を追加しています。
ddl/ingest: refactor checkpoint manager by tangenta · Pull Request #54747 · pingcap/tidb · GitHub checkpoint managerをリファクタリングしています。
planner: classify logical datasource logic into a separate file for later pkg move. by AilinKid · Pull Request #54857 · pingcap/tidb · GitHub Plannerでlogical datasource logicを別ファイルに移動しています。
table: add `WritableConstraint` to interface `table.Table` to avoid implicit interface implementation by lcwangchao · Pull Request #54825 · pingcap/tidb · GitHub
table.Table
にWritableConstraint
を追加しています。
table: Add `GetStatisticsSupport` and `GetBinlogSupport` for `MutateContext` by lcwangchao · Pull Request #54832 · pingcap/tidb · GitHub
MutateContext
にGetStatisticsSupport
とGetBinlogSupport
を追加しています。
expression: expose the optional property on EvaluatorSuit by YangKeao · Pull Request #54798 · pingcap/tidb · GitHub
EvaluatorSuit
でoptional propertyをexposeしています。
- controller: fix limiter cannot work well in high concurrency scenario by nolouch · Pull Request #8436 · tikv/pd · GitHub 高負荷の状態でlimiterが動作しない事象を修正しています。
- In-memory engine: fix repeatable schedule delete-range for the same range by SpadeA-Tang · Pull Request #17261 · tikv/tikv · GitHub In memory engineで同じrangeへのdeleteが繰り返し実行される事象を修正しています。
fix CI: unset GOSUMDB by csuzhangxc · Pull Request #5689 · pingcap/tidb-operator · GitHub CIで
GOSUMDB
を無効にしています。CI: bump runner Golang to v1.22.5 by csuzhangxc · Pull Request #5688 · pingcap/tidb-operator · GitHub CIで利用する hub.pingcap.net/tidb-operator/kubekins-e2e イメージを更新しています。
sec: bump golang.org/x/net 0.27.0 by csuzhangxc · Pull Request #5687 · pingcap/tidb-operator · GitHub 利用する golang.org/x/net のバージョンを更新しています。
2024年7月24日にTiFlowのコミットはありませんでした。