parser, ddl: data type default values support `UPPER(SUBSTRING_INDEX(user(),'@',1))` by zimulala · Pull Request #50992 · pingcap/tidb · GitHub デフォルト値に
UPPER(SUBSTRING_INDEX(user(),'@',1))
を設定可能にしています。executor: introduce `AggFuncUpdateContext` and `AggFuncBuildContext` to evaluate and build aggeration functions by lcwangchao · Pull Request #51224 · pingcap/tidb · GitHub 集約関数の評価とビルドのために
AggFuncUpdateContext
とAggFuncBuildContext
を追加しています。statistics: build the table analysis job queue by hi-rustin · Pull Request #51045 · pingcap/tidb · GitHub 非パーティション表をjob queueでanalyzeするようにしています。
ebs br: handle tag limit exceed issue by BornChanger · Pull Request #50941 · pingcap/tidb · GitHub BRでEBSのタグを再帰的に付与しないようにしています。
lightning: don't check TiKV free space after v8.0.0 by lance6716 · Pull Request #51193 · pingcap/tidb · GitHub LightningでTiKVの空き容量をTiKVからの
DiskSpaceNotEnough
エラーを利用するようにしています。statistics: remove unnecessary copy in the baseCollector by hawkingrei · Pull Request #51244 · pingcap/tidb · GitHub
baseCollector
での不要なコピーをやめています。ddl: move backend register from backfillDistExecutor to its StepExecutor by lance6716 · Pull Request #51247 · pingcap/tidb · GitHub DDLのbackend registerを
backfillDistExecutor
から自分自身のStepExecutor
に移動させています。telemetry: remove the codes of Telemetry by bb7133 · Pull Request #51202 · pingcap/tidb · GitHub テレメトリーのコードを削除しています。
bootstrap: don't create sys schema for upgrade by YangKeao · Pull Request #51238 · pingcap/tidb · GitHub アップグレード時にはsysスキーマを作成しないようにしています。
planner: remove useless variable by hi-rustin · Pull Request #51245 · pingcap/tidb · GitHub pkg/planner/core/task.go をリファクタリングしています。
disttask: rollback subtasks without init taskexecutor by ywqzzy · Pull Request #50987 · pingcap/tidb · GitHub disttaskのsubtaskのロールバック方法を変更しています。
planner: standalone implement for `PlanContext` by lcwangchao · Pull Request #51237 · pingcap/tidb · GitHub
PlanContext
を導入しています。
2024年2月22日にPDのコミットはありませんでした。
2024年2月22日にTiKVのコミットはありませんでした。
chore: get English duplicated release notes by qiancai · Pull Request #15140 · pingcap/docs · GitHub scripts/get-en-duplicated-notes.py を追加しています。
update doc of `require_secure_transport` by qiancai · Pull Request #16569 · pingcap/docs · GitHub
require_secure_transport
の説明を更新しています。resource_control: add note for the conflict between resource control … by glorv · Pull Request #16563 · pingcap/docs · GitHub リソースコントロールの説明を更新しています。
adjust the recommend value of raft election-timeout in multi dc deplo… by glorv · Pull Request #16561 · pingcap/docs · GitHub
raftstore.raft-min-election-timeout-ticks
とraftstore.raft-max-election-timeout-ticks
の説明を更新しています。v7.6: update upgrade-tidb-using-tiup.md by qiancai · Pull Request #16574 · pingcap/docs · GitHub upgrade-tidb-using-tiup.md を更新しています。
2024年2月22日にTiDB Operatorのコミットはありませんでした。