-
planner: make logical join's elements all public for later pkg move by AilinKid · Pull Request #54136 · pingcap/tidb · GitHub logical join関連のelementをpublicにしています。
-
global sort: output clear error message by lance6716 · Pull Request #54126 · pingcap/tidb · GitHub global sortのエラーメッセージを変更しています。
planner: make logical expand's elements public for later pkg move by AilinKid · Pull Request #54148 · pingcap/tidb · GitHub logical expand関連のelementをpublicにしています。
executor: fix issue of index merge query scan index may sent redundancy RPC when enable paging by crazycs520 · Pull Request #54069 · pingcap/tidb · GitHub
tidb_enable_paging
が有効なときにindex mergeが冗長なRPCを送る事象を修正しています。expression: truncate time part for current_date columns by tangenta · Pull Request #54045 · pingcap/tidb · GitHub
current_date
関数でtimestamp部分を切り捨てています。ddl: fill correct involved schemainfo for 'flashback table' and 'flashback schema' by D3Hunter · Pull Request #54141 · pingcap/tidb · GitHub flashback tableやflashback schema時に正しいschemainfoをロードするようにしています。
planner: make logical ds elements public for later pkg move by AilinKid · Pull Request #54157 · pingcap/tidb · GitHub logical ds関連のelementをpublicにしています。
statistics: remove useless code by hawkingrei · Pull Request #54158 · pingcap/tidb · GitHub 不要なコードを削除しています。
ddl: query since min job id for tidb_mdl_info by D3Hunter · Pull Request #54142 · pingcap/tidb · GitHub
tidb_mdl_info
の検索条件にjob idの最小値を追加しています。
chore(dashboard): update TiDB Dashboard to v8.2.0-91f6c281 [master] by baurine · Pull Request #8315 · tikv/pd · GitHub 利用するTiDB Dashboardのバージョンを更新しています。
tools/simulator: support deleting a specified store by HuSharp · Pull Request #8246 · tikv/pd · GitHub simulatorでstoreを削除するAPIを追加しています。
tools/tso: add option `useTSOServerProxy` in pd-tso-bench by lhy1024 · Pull Request #7756 · tikv/pd · GitHub pd-tso-benchに
useTSOServerProxy
を追加しています。
2024年6月21日にTiKVのコミットはありませんでした。
2024年6月21日にdocsのコミットはありませんでした。
2024年6月21日にTiDB Operatorのコミットはありませんでした。
simple (ticdc): support send all tables bootstrap message at changefeed start by asddongmen · Pull Request #11239 · pingcap/tiflow · GitHub
send-all-bootstrap-at-start
パラメータを追加しています。kv: remove useless grpc pool by asddongmen · Pull Request #11330 · pingcap/tiflow · GitHub 不要なコードを削除しています。
sink(ticdc): add ut case for open protocol by sdojjy · Pull Request #11013 · pingcap/tiflow · GitHub
output-old-value
が無効でdelete-only-output-handle-key-columns
が有効なユニットテストを追加しています。
- KVStore: Enhance Parallel Prehandle by CalvinNeo · Pull Request #9155 · pingcap/tiflash · GitHub 大きなリージョンがpending prehandleの時にTiKVの状態を更新できない事象を修正しています。