dump: fix dump large tables will timeout by lance6716 · Pull Request #38540 · pingcap/tidb · GitHub Dumplingで大きなテーブルをdumpするときにタイムアウトしないようにしています。
executor: fix the missing `Grantor` when querying `mysql`.`tables_priv` by CbcWestwolf · Pull Request #38461 · pingcap/tidb · GitHub
mysql.tables_priv
に不足していたGrantor
を追加しています。executor: fix TestIssue36903 which does not check result by tiancaiamao · Pull Request #38565 · pingcap/tidb · GitHub
TestIssue36903
テストでselect結果を確認するようにしています。*: support `ATTRIBUTE` and `COMMENT` in `CREATE USER` and `ALTER USER` statements by CbcWestwolf · Pull Request #38201 · pingcap/tidb · GitHub
create user
やalter user
でATTRIBUTE
とCOMMENT
に対応しています。server, executor: allow showing session_states without TLS by djshow832 · Pull Request #38529 · pingcap/tidb · GitHub TLSの設定なしで、
show session_states
を表示できるようにしています。planner: process over-optimization and skip plan-cache in some cases to avoid disaster plans by qw4990 · Pull Request #38537 · pingcap/tidb · GitHub Plannerで過度な最適化を行わないようにしています。
*: fix restore error typo by xhebox · Pull Request #38578 · pingcap/tidb · GitHub restoreのエラーメッセージを修正しています。
planner: remove two useless hints `mpp_tidb_agg` and `mpp_scalar_agg` by qw4990 · Pull Request #38574 · pingcap/tidb · GitHub
mpp_tidb_agg
とmpp_scalar_agg
ヒントを削除しています。DDL: delete partition table tiflash replica progress from ETCD when truncate table, drop table, set tiflash replica 0 by hehechen · Pull Request #38551 · pingcap/tidb · GitHub パーティション表に対してtruncate, drop,
set tiflash replica 0
が実行されたときに、etcdからreplica progressを削除しています。sessionctx: add tidb_gogc_tuner_threshold by hawkingrei · Pull Request #38432 · pingcap/tidb · GitHub
tidb_gogc_tuner_threshold
を追加しています。bazel: remove useless config by hawkingrei · Pull Request #38581 · pingcap/tidb · GitHub Bazelの設定を変更しています。
- Modify placement rule to support witness by ethercflow · Pull Request #5292 · tikv/pd · GitHub Placement ruleにwitnessの対応を追加しています。
- test: Add rawkv empty key/value test by haojinming · Pull Request #13636 · tikv/tikv · GitHub 空のkey/valueに関するテストを追加しています。
2022年10月20日にRaft Engineのコミットはありませんでした。
Add backup and restore content for tiup-cluster.md by shichun-0415 · Pull Request #10907 · pingcap/docs · GitHub
Back up and restore meta files for cluster deployment and O&M
を追加しています。Add TiCDC TSO acquisition in sync-diff-inspector doc by shichun-0415 · Pull Request #10904 · pingcap/docs · GitHub sync-diff-inspectorにTiCDC TSOに関する記述を追加しています。
sql-mode: fix wrong description by TomShawn · Pull Request #10929 · pingcap/docs · GitHub
sql_mode
の説明を更新しています。Add UUID best practices by dveeden · Pull Request #7640 · pingcap/docs · GitHub
UUID Best Practices
を追加しています。
*: add docs of backup and restore using Dumpling and Lightning by shichun-0415 · Pull Request #10882 · pingcap/docs · GitHub
Back up and Restore Data Using Dumpling and TiDB Lightning
を追加しています。