executor: unify replace into logic for InsertValues and ReplaceExec by lance6716 · Pull Request #41947 · pingcap/tidb · GitHub
LOAD DATA REPLACE INTO
を対応可能にしています。planner: add more test cases for join hint compatibility by Reminiscent · Pull Request #41954 · pingcap/tidb · GitHub join関連のテストケースを追加しています。
docs: remove 1-year description from roadmap by ran-huang · Pull Request #42036 · pingcap/tidb · GitHub ロードマップのスコープから
1-year
を削除しています。util/execdetails: fix potential risks of fatal error concurrent map read and map write by crazycs520 · Pull Request #42019 · pingcap/tidb · GitHub mapの読み書きを同時に行った場合に起こりうる問題に対応しています。
mod: update the pd client by nolouch · Pull Request #42034 · pingcap/tidb · GitHub 利用する github.com/tikv/pd/client のバージョンを更新しています。
*: upgrade go 1.20.2 by hawkingrei · Pull Request #42046 · pingcap/tidb · GitHub Go 1.20.2を利用しています。
lightning: refactor to better reuse in load data by D3Hunter · Pull Request #42038 · pingcap/tidb · GitHub Lightningのparserを
LOAD DATA
で再利用するためのリファクタリングをしています。ddl: use length to determine if the slice is empty by tangenta · Pull Request #41862 · pingcap/tidb · GitHub Sliceが空であることを確認する方法を変更しています。
ttl: fix upgrade from 6.5 to 6.6 configuration default value by YangKeao · Pull Request #41866 · pingcap/tidb · GitHub TiDB 6.5から6.6にアップグレード時のデフォルト値の設定を行っています。
monitor: optimize the statistics of db labels by srstack · Pull Request #42026 · pingcap/tidb · GitHub
tidb_server_handle_query_duration_seconds
が不正確な事象を修正しています。metrics: fix bad estimate-inuse by hawkingrei · Pull Request #42062 · pingcap/tidb · GitHub Grafanaで
Memory usage
の取得方法を変更しています。util: add test for old version cgroup by hawkingrei · Pull Request #41976 · pingcap/tidb · GitHub 古いcgroupバージョン用のテストを追加しています。
txn: Make lockOnlyIfExist and WakeUpModeForceLocking able to work together by MyonKeminta · Pull Request #42067 · pingcap/tidb · GitHub
LockOnlyIfExist
が利用されているときにWakeUpModeForceLocking
も利用可能にしています。
client/resource-manager: fix the issue that some groups cannot be reported by nolouch · Pull Request #6119 · tikv/pd · GitHub リソースグループの
BURSTABLE
からLIMIT
への変更が有効にならない事象を修正しています。resource_manager: fix nil possible to avoid panic by nolouch · Pull Request #6121 · tikv/pd · GitHub リソースマネージャーでpanicする事象を修正しています。
Add REST for tso microservice by hnes · Pull Request #6084 · tikv/pd · GitHub TSO microserviceにREST APIを追加しています。
*: allow API service to get other services' primary address by rleungx · Pull Request #6114 · tikv/pd · GitHub APIサービスから他のサービスのprimary アドレスを取得可能にしています。
region_scatter: fix a bug that PD may panic when scatter region if region is unhealthy by HunDunDM · Pull Request #6128 · tikv/pd · GitHub regionがunhealthyだったときにPDがscatter regionするとpanicする事象を修正しています。
rule_manager: generate default rules based on whether enable witness by nathan-edgar · Pull Request #6127 · tikv/pd · GitHub Witnessが有効かどうかによって、デフォルトのルールを作成を変更しています。
raftstore: fix incorrect cond judgment leading to rejection of pre_proposal by nathan-edgar · Pull Request #14283 · tikv/tikv · GitHub Raftのelectionで誤った判断が起こりうる事象を修正しています。
integration test v2: mvcc resolve lock gc test by SpadeA-Tang · Pull Request #14360 · tikv/tikv · GitHub MVCCとgcとのインテグレーションテストを追加しています。
server: support sending incremental snapshot by BusyJay · Pull Request #14275 · tikv/tikv · GitHub Snapshotをincrementalに送れるようにしています。
resource_control: fix rfc link by glorv · Pull Request #12820 · pingcap/docs · GitHub
[RFC: Global Resource Control in TiDB]
のリンク先を更新しています。Update jq usage on region check command by matchge-ca · Pull Request #12808 · pingcap/docs · GitHub
region check
に--jq
オプションの説明を追加しています。