ddl: release memory when adding index on partitions finish by tangenta · Pull Request #39190 · pingcap/tidb · GitHub パーティションごとにインデックスの追加後にメモリを解放しています。
executor: fix issue of insert into parent table failed cause by foreign key check by crazycs520 · Pull Request #39201 · pingcap/tidb · GitHub Foreign keyが張られているテーブルへのinsertが失敗する事象を修正しています。
expression: push down json_valid to tikv by lizhenhuan · Pull Request #38290 · pingcap/tidb · GitHub
json_valid
をTiKVにpushdownしています。lightning: make some s3/gcs external storage fields public by dsdashun · Pull Request #39205 · pingcap/tidb · GitHub LightningでAmazon S3やGCSのフィールドをpublicにしています。
expression: implement `regexp_like` function pushdown by xzhangxian1008 · Pull Request #39107 · pingcap/tidb · GitHub
regexp_like
関数をTiFlashにpushdownしています。*: upgrade golangci-linter by hawkingrei · Pull Request #38320 · pingcap/tidb · GitHub 利用するgolangci-linterを更新しています。
cmd: fix integration ddl test by wjhuang2016 · Pull Request #39208 · pingcap/tidb · GitHub TestIndexを修正しています。
docs: update roadmap for 202211 by ran-huang · Pull Request #39149 · pingcap/tidb · GitHub ロードマップを更新しています。
ddl: fix "wrong warning messages when running some DDL jobs" by wxbty · Pull Request #38761 · pingcap/tidb · GitHub "wrong warning messages when running some DDL jobs" の警告が誤っていたのを修正しています。
executor: make naaj correct by XuHuaiyu · Pull Request #39160 · pingcap/tidb · GitHub Null-aware anti joinの修正を行っています。
planner: update some UTs from cost model1 to model2 by qw4990 · Pull Request #39210 · pingcap/tidb · GitHub いくつかのユニットテストでコストモデルv2を採用しています。
*: use a key to decide mdl is enabled or not by wjhuang2016 · Pull Request #39154 · pingcap/tidb · GitHub metadata lockが利用可能かどうかを判別するキーを追加しています。
executor: fix a bug that altering user comment doesn't take effect by CbcWestwolf · Pull Request #39209 · pingcap/tidb · GitHub userへのコメント変更が反映されない事象を修正しています。
2022年11月17日にPDのコミットはありませんでした。
read: fix panic on witness check by Connor1996 · Pull Request #13767 · tikv/tikv · GitHub witness check時のpanicを修正しています。
*: update crossbeam-channel to avoid spin at sending side by sticnarf · Pull Request #13807 · tikv/tikv · GitHub 利用するcrossbeam-channelを更新しています。
tests: refine the raftstore flashback tests by JmPotato · Pull Request #13808 · tikv/tikv · GitHub Raftstoreのflashbackテストを修正しています。
cmd: support tikv-ctl to get the regions info within a given key range by HuSharp · Pull Request #13768 · tikv/tikv · GitHub
tikv-ctl
でregionの範囲の情報を出力可能にしています。
2022年11月17日にRaft Engineのコミットはありませんでした。
2022年11月17日にTiProxyのコミットはありませんでした。
tiup: bump version to 6.4 by qiancai · Pull Request #11336 · pingcap/docs · GitHub
tiup cluster
でのバージョンを6.4に更新しています。v6.4: bump version for tools by qiancai · Pull Request #11339 · pingcap/docs · GitHub バージョンを6.4に更新しています。
update the basic feature tables for v6.4 by qiancai · Pull Request #11314 · pingcap/docs · GitHub basic-features.md を更新しています。
add v6.4 release notes by qiancai · Pull Request #11245 · pingcap/docs · GitHub
TiDB 6.4 Release Notes
を追加しています。Remove "v" from release notes titles by Oreoxmt · Pull Request #11347 · pingcap/docs · GitHub
TiDB 6.4.0 Release Notes
を更新しています。