expression: cleanup old functions by dveeden · Pull Request #58327 · pingcap/tidb · GitHub
OLD_PASSWORD(),ENCRYPT(),DES_ENCRYPT(),DES_DECRYPT()関数を削除しています。planner: fix "invalid memory address or nil pointer dereference" when using Instance Plan Cache in some cases by qw4990 · Pull Request #58407 · pingcap/tidb · GitHub Plan cache利用時の"invalid memory address or nil pointer dereference"を修正しています。
ddl: implement backoff strategy for async event notification in tests by Rustin170506 · Pull Request #58386 · pingcap/tidb · GitHub
asyncNotifyEventのリトライ方法を変更しています。planner: fix hash partition prune with `is null` condition by Defined2014 · Pull Request #58383 · pingcap/tidb · GitHub Hash partitionでの
is nullを利用した場合のパーティションプルーニングがpanicする事象を修正しています。planner: rename fuzzyBinding to crossDBBinding in SPM by qw4990 · Pull Request #58402 · pingcap/tidb · GitHub
fuzzyBindingをcrossDBBindingに改名しています。*: Update client-go and verify all read ts by MyonKeminta · Pull Request #58054 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
sessionctx: Remove date_format, datetime_format,max_tmp_tables variables by dveeden · Pull Request #58353 · pingcap/tidb · GitHub
date_format,datetime_format,max_tmp_tablesを削除しています。planner: quickly get total count from index/column by hawkingrei · Pull Request #58365 · pingcap/tidb · GitHub Plannerが利用するレコード数の取得を高速化しています。
expression: Fix arg validation for tidb_mvcc_info() by dveeden · Pull Request #58310 · pingcap/tidb · GitHub
tidb_mvcc_info()の引数の検証方法を変更しています。expression: Update generated column function restrictions by dveeden · Pull Request #58308 · pingcap/tidb · GitHub Generated columnを引数にとれない関数を追加しています。
compact restore: use closure to initial snapshot restore checkpoint by 3pointer · Pull Request #58146 · pingcap/tidb · GitHub Snapshot restore checkpointの初期化時にclosureを利用しています。
planner: Refactor out-of-range estimation based upon modifyCount by terry1purcell · Pull Request #57431 · pingcap/tidb · GitHub カーディナリティの導出方法を変更しています。
scheduler: fix panic in grant hot region scheduler by lhy1024 · Pull Request #8934 · tikv/pd · GitHub grant-hot-region-scheduler スケジューラー追加時にpanicする事象を修正しています。
Metrics: Go runtime metrics by bufferflies · Pull Request #8927 · tikv/pd · GitHub メトリクスを更新しています。
api: support to query whether pd has loaded region by lhy1024 · Pull Request #8749 · tikv/pd · GitHub PDにロードされたregionがあるかどうかを検索可能にしています。
pd-ctl: adjust output format for store-limit by lhy1024 · Pull Request #8924 · tikv/pd · GitHub pd-ctlのstore limit出力フォーマットを変更しています。
2024年12月19日にTiKVのコミットはありませんでした。
bump the latest version of TiDB to v8.5 by qiancai · Pull Request #19525 · pingcap/docs · GitHub TiDB 8.5関連の更新をしています。
add v8.5.0 release notes by qiancai · Pull Request #19336 · pingcap/docs · GitHub TiDB 8.5.0のリリースノートを追加しています。
update basic-features.md for v8.5 by qiancai · Pull Request #19471 · pingcap/docs · GitHub basic-features.md を更新しています。
wrong-index-solution: update by dveeden · Pull Request #19286 · pingcap/docs · GitHub wrong-index-solution.md を更新しています。
- bump TiDB Operator to 1.6.1 and TiDB to 8.5.0 by csuzhangxc · Pull Request #5988 · pingcap/tidb-operator · GitHub TiDB Operatorのバージョンを更新しています。
- consumer(ticdc): canal-json decoder cache table info for each message to avoid allocate memory on each new message by 3AceShowHand · Pull Request #11895 · pingcap/tiflow · GitHub Canal JSON利用時のメモリ使用量を抑制しています。
- *: Remove RegionPtrWithBlock by JaySon-Huang · Pull Request #9735 · pingcap/tiflash · GitHub
RegionPtrWithBlockを削除しています。
2024年12月19日にTiProxyのコミットはありませんでした。