*: fix goleak when to use CreateMockStoreAndDomain by hawkingrei · Pull Request #38734 · pingcap/tidb · GitHub
CreateMockStoreAndDomain
のgoleakによる指摘を修正しています。*: update bazel config by hawkingrei · Pull Request #38745 · pingcap/tidb · GitHub Bazelの設定を更新しています。
*: support foreign key on update cascade and set null when execute update statement by crazycs520 · Pull Request #38652 · pingcap/tidb · GitHub Foreign keyで
on update cascade set null
に対応しています。extension: add error and active roles info to `extension.ConnEventInfo` by lcwangchao · Pull Request #38752 · pingcap/tidb · GitHub
extension.ConnEventInfo
にエラーとアクティブなロール情報を追加しています。bazel: use --remote_download_minimal in ci by hawkingrei · Pull Request #38780 · pingcap/tidb · GitHub Bazelの設定を更新しています。
sessionctx: fix TiDBGOGCTunerThreshold failing to ParseFloat by hawkingrei · Pull Request #38774 · pingcap/tidb · GitHub
tidb_gogc_tuner_threshold
のParseFloatでのエラーに対応しています。dumpling: add progress to dumpling's status by okJiang · Pull Request #38625 · pingcap/tidb · GitHub Dumplingの進行状況を出力するようにしています。
*: add variables and support external timestamp read by YangKeao · Pull Request #38276 · pingcap/tidb · GitHub システム変数
tidb_external_ts
とtidb_enable_external_ts_read
を追加しています。executor: refine `EXPLAIN ANALYZE` info for `INSERT IGNORE` statement by crazycs520 · Pull Request #38770 · pingcap/tidb · GitHub
EXPLAIN ANALYZE
をinsert ignore
に対応しています。json: support array range selection and from last selection by YangKeao · Pull Request #38584 · pingcap/tidb · GitHub JSON型でのArrayの範囲検索に対応しています。
ddl: support add foreign key constraint with auto-create index by crazycs520 · Pull Request #38763 · pingcap/tidb · GitHub Foreign keyの対象となるカラムに暗黙的にインデックスを作成できるようにしています。
nogo: enable filepermission during building and lint by hawkingrei · Pull Request #38801 · pingcap/tidb · GitHub Bazelの設定を更新しています。
merge_checker: use leader info to valid region by nolouch · Pull Request #5655 · tikv/pd · GitHub regionの確認にleader infoを利用するようにしています。
tools: accelerate prepare speed by rleungx · Pull Request #5662 · tikv/pd · GitHub Prepareの速度改善を図っています。
schedule: fix bug for disbaled move leader by bufferflies · Pull Request #5664 · tikv/pd · GitHub
move leader
オプションが意図的に無効になるようにしています。
log-backup: set `checkpoint-ts -1` as sevice-safe-point when checkpoint advances by joccau · Pull Request #13559 · tikv/tikv · GitHub Log backupでcheckpoint-tsから1を引いた値をservice safe pointとして設定しています。
coprocessor_v2: fix incorrect shared library name by sticnarf · Pull Request #13707 · tikv/tikv · GitHub プラグインの名前を変更しています。
raftstore fix typo by zgcbj · Pull Request #13681 · tikv/tikv · GitHub コメントを更新しています。
scheduler: Optimize CPU usage of waking up by MyonKeminta · Pull Request #13697 · tikv/tikv · GitHub Lock waiting queでのCPU使用率の最適化を図っています。
raftstore-v2: add snapshot basic logic in peer storage by nolouch · Pull Request #13555 · tikv/tikv · GitHub Raftstore v2のスナップショット対応に向けた変更を行っています。
fix typo by goldwind-ting · Pull Request #13699 · tikv/tikv · GitHub
threshold
のtypoを修正しています。raft_client: Report store unreachable once until being connected again by Connor1996 · Pull Request #13677 · tikv/tikv · GitHub store unreachableが複数回レポートされるのを一度だけに変更しています。
2022年11月1日にRaft Engineのコミットはありませんでした。
sysvar: correct sysvar information by TomShawn · Pull Request #11100 · pingcap/docs · GitHub
error_count
,max_connections
,tidb_allow_function_for_expression_index
等の説明を更新しています。tikv: modify TiKV & PD config docs for TiKV API v2 by Oreoxmt · Pull Request #10874 · pingcap/docs · GitHub
tso-update-physical-interval
,`alloc-ahead-buffer
,renew-batch-max-size
の説明を追加しています。PD: modify the rank-formula-version from experimental to GA by Oreoxmt · Pull Request #11024 · pingcap/docs · GitHub
rank-formula-version
のデフォルト値がV2
であることを記述しています。Update the processlist column information by yahonda · Pull Request #11104 · pingcap/docs · GitHub
information_schema.processlist
のDIGEST
,DISK
,INFO
列の説明を追加、更新しています。ticdc: recommand user to use ticdc by shichun-0415 · Pull Request #11073 · pingcap/docs · GitHub TiDB Binlogではなく、TiCDCを利用するようにしています。
dm: update precheck by shichun-0415 · Pull Request #10977 · pingcap/docs · GitHub DMのprecheckを更新しています。
lightning: add a faq about placement rules in sql by ran-huang · Pull Request #11101 · pingcap/docs · GitHub Lightningでのplacement rulesのFAQを更新しています。
*: remove TiSpark from TiDB architecture diagrams by lilin90 · Pull Request #11102 · pingcap/docs · GitHub TiDBのアーキテクチャ図からTiSparkを削除しています。
dm: add extend columns routes usage by shichun-0415 · Pull Request #10966 · pingcap/docs · GitHub DMの
extract-table
,extract-schema
,extract-source
の説明を追加しています。pitr: support restart log-backup task and remove several know issues by shichun-0415 · Pull Request #11098 · pingcap/docs · GitHub Log backupの停止と再開の説明を追加しています。