planner: a quick fix to solve the column alias in ORDER BY's subquery by winoros · Pull Request #45003 · pingcap/tidb · GitHub order byにサブクエリーを指定可能にしています。
revert import into: fix some subtask keeps running on cancel when triggered disk quota by D3Hunter · Pull Request #45074 · pingcap/tidb · GitHub import into: fix some subtask keeps running on cancel when triggered disk quota by D3Hunter · Pull Request #45049 · pingcap/tidb · GitHub をrevertしています。
executor, distsql: enhance mpp cooridnator to handle execption and execution summaries better by yibin87 · Pull Request #44697 · pingcap/tidb · GitHub MPP task実行のためのcoordinatorを導入しています
disttask: update error to subtasks properly by tangenta · Pull Request #44961 · pingcap/tidb · GitHub distributed taskの
InitSubtaskExecEnv
で発生したエラーのハンドリングを追加しています。planner: fix a typo error by elsa0520 · Pull Request #45081 · pingcap/tidb · GitHub planner/core/rule_max_min_eliminate.go のコメントを修正しています。
importintotest: fix goleak on opencensus by hawkingrei · Pull Request #45092 · pingcap/tidb · GitHub goleakの設定を変更しています。
planner: add `model.ExtraPhysTblID` into indexScan.Schema() by Defined2014 · Pull Request #44985 · pingcap/tidb · GitHub
indexScan.Schema()
にmodel.ExtraPhysTblID
を追加しています。statistic: refactor stats cache by hawkingrei · Pull Request #45054 · pingcap/tidb · GitHub stats cacheをリファクタリングしています。
planner: fix agg elimination logic after agg pushed down through a join by AilinKid · Pull Request #44941 · pingcap/tidb · GitHub
tidb_opt_agg_push_down
有効時に結果が正しくない事象を修正しています。import into: fix disk quota context to make it cancellable by D3Hunter · Pull Request #45080 · pingcap/tidb · GitHub taskがキャンセルされたときにサブタスクが実行中になる事象を修正しています。
br: save meta file for ebs backup earlier by BornChanger · Pull Request #44805 · pingcap/tidb · GitHub BRでEBSのスナップショットがorphanedになる事象を修正しています。
table/tables: fix locate partition error info for unsigned | tidb-test=pr/2162 by lilinghai · Pull Request #45032 · pingcap/tidb · GitHub unsigned integerでパーティションキーを指定した場合のエラーメッセージが誤っている事象を修正しています。
Fix data race between read APIs and finshiSplit/finishMerge in keyspace group manager by binshi-bing · Pull Request #6723 · tikv/pd · GitHub
TestTSOKeyspaceGroupMerge
でのレースコンディションを修正しています。tso: fix memory leak introduced by timer.After by lhy1024 · Pull Request #6730 · tikv/pd · GitHub
timer.After
によるメモリリークを修正しています。
raftstore-v2: bugfix for terminated `last_report_ts`. by LykxSassinator · Pull Request #15033 · tikv/tikv · GitHub Raftstore v2で
last_report_ts
の更新が終了する事象を修正しています。diagnostic: fix index out of bounds error in sysinfo by mornyx · Pull Request #15007 · tikv/tikv · GitHub
information_schema.cluster_hardware
の検索が"index out of bounds"となる事象を修正しています。