planner: generate hash64 and equals for logical expand by AilinKid · Pull Request #57177 · pingcap/tidb · GitHub Plannerでlogical expandにhash64とequalsを生成しています。
expression: label more expressions as thread-safe and add more test cases by qw4990 · Pull Request #57171 · pingcap/tidb · GitHub 複数のexpressionsをスレッドセーフにしています。
lightning: test a simple case that golang outputs same SST by lance6716 · Pull Request #57061 · pingcap/tidb · GitHub Lightningのテストを修正しています。
statistics: Handle the adding index event properly while the job is running by Rustin170506 · Pull Request #57113 · pingcap/tidb · GitHub 統計情報取得時にインデックスが追加される場合を考慮しています。
executor: add nil check protection for non-related subquery which base plan will be nil by yibin87 · Pull Request #57150 · pingcap/tidb · GitHub サブクエリ利用時に発生する
ERROR 1105 (HY000): interface conversion: interface is nil, not base.Plan
エラーを修正しています。timer: make sure timer which has a max delay will be scheduled first by lcwangchao · Pull Request #57067 · pingcap/tidb · GitHub 最も遅れているtimerを最初にスケジュールするようにしています。
planner: fix cost adjustment for high risk tablescan by terry1purcell · Pull Request #57086 · pingcap/tidb · GitHub テーブルフルスキャンに関するコストを変更しています。
lightning: optimize a query to I_S.columns by lance6716 · Pull Request #57117 · pingcap/tidb · GitHub
information_schema.columns
の検索の最適化を図っています。coprocessor: skip empty tidb nodes by Leavrth · Pull Request #56858 · pingcap/tidb · GitHub 存在しないTiDBノードがある場合の
INFORMATION_SCHEMA.CLUSTER_SLOW_QUERY
の検索の最適化を図っています。planner: update the plan_clone_gen file by qw4990 · Pull Request #57141 · pingcap/tidb · GitHub Plannerのplan_clone_genを更新しています。
session: make `TxnInfo()` return even if process info is empty by tangenta · Pull Request #57044 · pingcap/tidb · GitHub プロセス情報が空でも
TxnInfo()
が結果を返すようにしています。
- *: support configuring tso switch by rleungx · Pull Request #8755 · tikv/pd · GitHub TSO serviceを動的にスイッチ可能にしています。
raftstore: allow leader transfer if conf change applied on transferee by hhwyt · Pull Request #17643 · tikv/tikv · GitHub 現在のリーダーで設定変更中でもリーダーをtransfer可能にしています。
cdc: do not send too much tasks if cannot be handled in time by 3AceShowHand · Pull Request #17724 · tikv/tikv · GitHub TiCDCのタスクをまとめる場合のメモリサイズの上限を設定しています。
add example to generate dm key by D3Hunter · Pull Request #19306 · pingcap/docs · GitHub DMの
secret-key-path
の説明を更新しています。tiup: add kvcdc server topylogy example by wk989898 · Pull Request #19230 · pingcap/docs · GitHub
kvcdc_servers
の説明を追加しています。releases: fix table format for v8.1 release notes by lilin90 · Pull Request #19338 · pingcap/docs · GitHub TiDB 8.1.0のリリースノートを更新しています。
chore(deps): update bash docker tag to v4.4.23 by renovate[bot] · Pull Request #5855 · pingcap/tidb-operator · GitHub 利用する bash のバージョンを更新しています。
chore(deps): update pingcap/advanced-statefulset docker tag to v0.7.0 by renovate[bot] · Pull Request #5857 · pingcap/tidb-operator · GitHub 利用する pingcap/advanced-statefulset のバージョンを更新しています。
fix(deps): update github.com/pingcap/log digest to 862ccc3 by renovate[bot] · Pull Request #5844 · pingcap/tidb-operator · GitHub 利用する github.com/pingcap/log のバージョンを更新しています。
fix(deps): update google.golang.org/genproto/googleapis/api digest to dd2ea8e by renovate[bot] · Pull Request #5846 · pingcap/tidb-operator · GitHub 利用する google.golang.org/genproto/googleapis/api のバージョンを更新しています。
chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.9.2 by renovate[bot] · Pull Request #5849 · pingcap/tidb-operator · GitHub 利用する ghcr.io/pingcap-qe/bases/pingcap-base のバージョンを更新しています。
chore(deps): update module github.com/ulikunitz/xz to v0.5.12 by renovate[bot] · Pull Request #5850 · pingcap/tidb-operator · GitHub 利用する github.com/ulikunitz/xz のバージョンを更新しています。
fix(deps): update module github.com/minio/minio-go/v6 to v6.0.57 by renovate[bot] · Pull Request #5851 · pingcap/tidb-operator · GitHub 利用する github.com/minio/minio-go/v6 のバージョンを更新しています。
fix(deps): update module go.etcd.io/etcd/client/v3 to v3.5.16 by renovate[bot] · Pull Request #5853 · pingcap/tidb-operator · GitHub 利用する go.etcd.io/etcd/client/v3 のバージョンを更新しています。
- scheduler(ticdc): fix span loss bug when split regions by wk989898 · Pull Request #11715 · pingcap/tiflow · GitHub
enable-table-across-nodes
をtrueにして、write-key-threshold
が0より大きい値の時にchangefeedが動作しなくなりうる事象を修正しています。
2024年11月6日にTiFlashのコミットはありませんでした。
2024年11月6日にTiProxyのコミットはありませんでした。