tools: add tazel by hawkingrei · Pull Request #42605 · pingcap/tidb · GitHub Bazelの設定を変更しています。
planner: add more test cases for non-prep plan cache by qw4990 · Pull Request #42614 · pingcap/tidb · GitHub Non prepared statementのplan cacheに関するテストを追加しています。
gc_worker: remove hex decode for the result of acquring engine type by SpadeA-Tang · Pull Request #42630 · pingcap/tidb · GitHub
gc_workder
でエラーメッセージのdecodeをやめています。ddl: decouple the index writer from range task by tangenta · Pull Request #42472 · pingcap/tidb · GitHub Range taskからindex writerを独立させています。
workerpool: add skip register option by tangenta · Pull Request #42641 · pingcap/tidb · GitHub
workerpool
のサイズを手動で設定するようにしています。dumpling: fix unsigned integer field split problem by lichunzhu · Pull Request #42621 · pingcap/tidb · GitHub Lightningでunsigned integerをprimary keyにした場合にchunkのsplitができない事象を修正しています。
txn: Fix data race of checking and exiting fair locking concurrently in LockKeys by MyonKeminta · Pull Request #42635 · pingcap/tidb · GitHub
LockKeys
で発生しうるレースコンディションを修正しています。planner: initialize charset, collation and repertoire correctly for parameter values | tidb-test=pr/2108 by qw4990 · Pull Request #42645 · pingcap/tidb · GitHub Plannerでパラメータの値にcharsetやcollationを考慮するようにしています。
lightning: refactor for reuse part2 by D3Hunter · Pull Request #42626 · pingcap/tidb · GitHub Lightningと
LOAD DATA
parserの共通化を図っています。parser: Update quickstart.md to mention parser.result is reused by yujiarista · Pull Request #42572 · pingcap/tidb · GitHub parser/docs/quickstart.md を更新しています。
2023年3月29日にPDのコミットはありませんでした。
raftstore-v2: implement snapshot backup for raftstore v2 by 3pointer · Pull Request #14438 · tikv/tikv · GitHub Raftstore v2でsnapshot backupに対応しています。
config: fix alias name snap-max-write-bytes-per-sec by BusyJay · Pull Request #14463 · tikv/tikv · GitHub
snap-max-write-bytes-per-sec
を利用するようにしています。
resource_groups: add description about default resource group by hfxsd · Pull Request #13039 · pingcap/docs · GitHub デフォルトのリソースグループに関する説明を追加しています。
update tidb_dml_batch_size for load data by ran-huang · Pull Request #13041 · pingcap/docs · GitHub
tidb_dml_batch_size
の説明を更新しています。fix a table issue for PDF generation by Oreoxmt · Pull Request #13032 · pingcap/docs · GitHub PDF生成が可能なように必要なエスケープを行っています。
add sysvar tidb_enable_plan_replayer_continuous_capture by ran-huang · Pull Request #13029 · pingcap/docs · GitHub
tidb_enable_plan_replayer_continuous_capture
の説明を追加しています。dm: add newly added lightning kv configurations by lichunzhu · Pull Request #13004 · pingcap/docs · GitHub dm/task-configuration-file-full.md を更新しています。