executor: fix getting the more result when `select * from TIKV_REGION_STATUS where table_id=xx` by Defined2014 · Pull Request #38601 · pingcap/tidb · GitHub
TIKV_REGION_STATUS
の結果が正しくない事象を修正しています。extension: allow extension to custom functions by lcwangchao · Pull Request #38567 · pingcap/tidb · GitHub extensionで関数をカスタマイズ可能にしています。
extension: support bootstrap for extension by lcwangchao · Pull Request #38589 · pingcap/tidb · GitHub ブートストラップをextensionに対応しています。
parser: supports `flashback table` and `flashback database` by Defined2014 · Pull Request #38546 · pingcap/tidb · GitHub parserが
flashback table
とflashback database
に対応しています。variables, config: change tidb_auth_signing_cert from variables to config by djshow832 · Pull Request #38548 · pingcap/tidb · GitHub システム変数
tidb_auth_signing_cert
とtidb_auth_signing_key
を削除し、設定ファイルにsecurity.session-token-signing-cert
とsecurity.session-token-signing-key
を追加しています。planner: avoid double scan for index prefix col is (not) null by xuyifangreeneyes · Pull Request #38555 · pingcap/tidb · GitHub
tidb_opt_prefix_index_single_scan
が有効な環境下でis not null
の条件で不要なスキャンをしないようにしています。
2022年10月24日にPDのコミットはありませんでした。
log-backup: Fix Initial Scan Racing by YuJuncen · Pull Request #13628 · tikv/tikv · GitHub Log backupで最初のスキャン時のレースコンディションを修正しています。
tikv_util: fix panic when there are multiple cgroup2 mountinfos by tabokie · Pull Request #13661 · tikv/tikv · GitHub 複数のcgroup2 mountinfoが存在するときにpanicする事象を修正しています。
2022年10月24日にRaft Engineのコミットはありませんでした。
Fix tiup scale-in commands after online unsafe recovery by Oreoxmt · Pull Request #10937 · pingcap/docs · GitHub Unsafe recovery後に該当ノードをscale-inして、pruneする手順を追加しています。
Update TOC.md by shichun-0415 · Pull Request #10979 · pingcap/docs · GitHub 目次を更新しています。
tispark_userguide by shiyuhang0 · Pull Request #10492 · pingcap/docs · GitHub
TiSpark vs TiFlash
を追加しています。add v6.1.2 release notes by Oreoxmt · Pull Request #10883 · pingcap/docs · GitHub
TiDB 6.1.2 Release Notes
を追加しています。