planner: remove outer join on unique keys when there is no column referenced by fixdb · Pull Request #46249 · pingcap/tidb · GitHub outer joinでのunique keyによる絞り込みが行われるようにしています。
executor: speed up `TestOrderByWithLimit` by Defined2014 · Pull Request #46929 · pingcap/tidb · GitHub
TestOrderByWithLimit
の高速化を図っています。planner: support `default_collation_for_utf8mb4` for _utf8mb4'text' by zimulala · Pull Request #46667 · pingcap/tidb · GitHub
_utf8mb4'text'
にdefault_collation_for_utf8mb4
対応を追加しています。disttask: remove mini executor abstraction by D3Hunter · Pull Request #46922 · pingcap/tidb · GitHub Disttaskで
SplitSubtask
をRunSubtask
に改名しています。sessionctx: change variable `tidb_enable_tiflash_pipeline_model` to global level by SeaRise · Pull Request #46709 · pingcap/tidb · GitHub
tidb_enable_tiflash_pipeline_model
をtiflash_enable_pipeline_model
に改名しています。rc: resource name support import into by okJiang · Pull Request #46902 · pingcap/tidb · GitHub import intoのメトリクスにリソースグループ名を表示しています。
planner: remove useless todo comment and fix some typos for index merge by AilinKid · Pull Request #46934 · pingcap/tidb · GitHub 不要なコメントを削除しています。
autoid_service: setup OWNERS file for reviewing assigning by wuhuizuo · Pull Request #46912 · pingcap/tidb · GitHub OWNERS関連ファイルを更新しています。
types, collation: utf8mb4_0900_bin shouldn't have RestoreData by YangKeao · Pull Request #46781 · pingcap/tidb · GitHub
utf8mb4_0900_bin
をリストアした際にutf8mb4_bin
として戻される事象を修正しています。planner: add limit control for intersection case of index merge reader by AilinKid · Pull Request #46862 · pingcap/tidb · GitHub Index merge reader内でlimitを埋め込んでいます。
test: fix flaky goleak test by ignoring the backoff function by you06 · Pull Request #46937 · pingcap/tidb · GitHub 不安定なgoleak関連のテストを修正しています。
log: revert mistakenly change library logger level to debug by lance6716 · Pull Request #46846 · pingcap/tidb · GitHub br/pkg/lightning/log/log.go 内のログレベルを変更しています。
br: stop s3 retryer when connection is refused by tangenta · Pull Request #46938 · pingcap/tidb · GitHub Connection refusedの時にS3へのアクセスをリトライしないようにしています。
*: unite stats cache's GET by hawkingrei · Pull Request #46939 · pingcap/tidb · GitHub Stats cacheのgetを統合しています。
planner: update binding's original_sql when upgrading by qw4990 · Pull Request #46940 · pingcap/tidb · GitHub アップグレード時にbindingの
original_sql
を更新しています。gomod: update pdclient to support backoff mechanism for memberLoop by HuSharp · Pull Request #46769 · pingcap/tidb · GitHub 利用するpd clientのバージョンを更新しています。
ddl: Fix AutoID for Add/Remove partitioning by mjonss · Pull Request #46909 · pingcap/tidb · GitHub Non clusteredテーブルで
REMOVE PARTITIONING
を動作するようにしています。statistics: add pool in the buildBucket4Merging to reuse datum by hawkingrei · Pull Request #46926 · pingcap/tidb · GitHub
bucket4Merging
の性能向上を図っています。*: upgrade go 1.21.1 by hawkingrei · Pull Request #46764 · pingcap/tidb · GitHub Go 1.21.1を利用するようにしています。
ddl: fix flaky test TestGC by okJiang · Pull Request #46932 · pingcap/tidb · GitHub 不安定な
TestGC
テストを修正しています。
mcs: watch scheduling service's primary address by lhy1024 · Pull Request #7072 · tikv/pd · GitHub Scheduling serviceのprimary addressをwatchするようにしています。
mcs/scheduling: register the scheduler handler in API service mode by JmPotato · Pull Request #7082 · tikv/pd · GitHub API service modeでscheduler handlerを登録しています。
pd-api-bench: fix the gosec check by JmPotato · Pull Request #7086 · tikv/pd · GitHub gosecの警告を修正しています。
*: update cargo.lock by SpadeA-Tang · Pull Request #15573 · tikv/tikv · GitHub Cargo.lock を更新しています。
coprocessor: use the deadline in kvrpcpb::Context by lance6716 · Pull Request #15564 · tikv/tikv · GitHub
kvrpcpb::Context
内でdeadlineを利用するようにしています。tidb_query_datatype,collation: remove utf8mb4_0900_bin from need_restored_data by YangKeao · Pull Request #15572 · tikv/tikv · GitHub
utf8mb4_0900_bin
をリストアした際にutf8mb4_bin
として戻される事象を修正しています。
snapshot br: restore execution plan bindings by Oreoxmt · Pull Request #14799 · pingcap/docs · GitHub "Restore execution plan bindings from the
mysql
schema"を追加しています。fix dev guide dialog info by hooopo · Pull Request #14822 · pingcap/docs · GitHub develop/dev-guide-sample-application-ruby-mysql2.md を更新しています。
Update explore-htap.md, add tiflash recommendation by Oreoxmt · Pull Request #14802 · pingcap/docs · GitHub explore-htap.md を更新しています。
2023年9月13日にTiDB operatorのコミットはありませんでした。