ddl: fix issue of add foreign key too slow in big table by crazycs520 · Pull Request #40112 · pingcap/tidb · GitHub 大きなテーブルにforeign keyを追加するのが遅い事象を修正しています。
ddl: fix issue of partition table with foreign key and add more test case by crazycs520 · Pull Request #40122 · pingcap/tidb · GitHub パーティション表にforeign keyを追加できないことを確認するテストを追加しています。
parser: fix cast function restore by xiongjiwei · Pull Request #40129 · pingcap/tidb · GitHub cast関数を含むcreate tableを可能にしています。
ddl: set context correctly in the setDDLLabelForDiagnosis by you06 · Pull Request #40090 · pingcap/tidb · GitHub
setDDLLabelForDiagnosis
でcontextを適切に設定するようにしています。planner: move code of generating IndexMergePath to a separated file by qw4990 · Pull Request #40134 · pingcap/tidb · GitHub
IndexMergePath
を別のファイルに分割しています。statistics: fix incorrect datetime value when loading stats by xuyifangreeneyes · Pull Request #40084 · pingcap/tidb · GitHub 統計情報をロードしたときに、datetimeが誤った値になる事象を修正しています。
ttl: escape parameters for finish job sql by YangKeao · Pull Request #40118 · pingcap/tidb · GitHub 定数
finishJobTemplate
に設定する値をエスケープするようにしています。
- movingaverage: reduce memory consume by lhy1024 · Pull Request #5798 · tikv/pd · GitHub リージョン数が多い場合のメモリ使用量を削減しています。
*: support start with raftkv2 by BusyJay · Pull Request #13981 · tikv/tikv · GitHub raftkv2用に
server2.rs
というモジュールを追加しています。*: make gc not write db directly by BusyJay · Pull Request #13982 · tikv/tikv · GitHub Dynamic regionが有効なときに、compaction filterへの書き込みをapply threadにリダイレクトしています。
Delete deprecated tiflash configs by TomShawn · Pull Request #11646 · pingcap/docs · GitHub TiFlashの
bg_task_io_rate_limit
に関する記述を削除しています。Delete 3 tidb configs that have been deleted in code by TomShawn · Pull Request #11645 · pingcap/docs · GitHub TiDBの
pessimistic-txn.enabled
,server.request-batch-enable-cross-command
,server.request-batch-wait-duration
に関する記述を削除しています。cached-tables: add description about mysql.table_cache_meta table by TomShawn · Pull Request #11685 · pingcap/docs · GitHub
mysql.table_cache_meta
の説明を追加しています。PITR: replace tikv_log_backup_store_checkpoint_ts for tidb_log_backup… by shichun-0415 · Pull Request #11680 · pingcap/docs · GitHub
tikv_log_backup_store_checkpoint_ts
をtidb_log_backup_last_checkpoint
に置き換えています。Add observability for ALTER TABLE ... COMPACT by shichun-0415 · Pull Request #11684 · pingcap/docs · GitHub
Observe data compaction progress
を追加しています。add the reason for changing the default value by shichun-0415 · Pull Request #11659 · pingcap/docs · GitHub
transaction-atomicity
のデフォルト値がtable
からnone
に変わった理由を追記しています。