planner,statistics: check the meta-load case in ColumnIsLoadNeeded by winoros · Pull Request #51911 · pingcap/tidb · GitHub
meta-loaded
が繰り返しロードされる事象を修正しています。ttl: fix time zone issue in TTL by lcwangchao · Pull Request #51863 · pingcap/tidb · GitHub TTL jobがタイムゾーンの変更の影響を受ける事象を修正しています。
*: fix columns table query unstable by ywqzzy · Pull Request #51896 · pingcap/tidb · GitHub
information_schema.columns
が重複する事象を修正しています。ldap: add timeout and retry-backoff for ldap by YangKeao · Pull Request #51927 · pingcap/tidb · GitHub LDAPのタイムアウト値とリトライバックオフを設定しています。
pkg/extension/enterprise: update submodule by ti-chi-bot · Pull Request #51932 · pingcap/tidb · GitHub pkg/extension/enterprise を更新しています。
ddl: fix some unit tests in ddl package when using infoschema v2 by tiancaiamao · Pull Request #51869 · pingcap/tidb · GitHub infoschema v2対応を更新しています。
expression: add `PushDownContext` for push down operations by lcwangchao · Pull Request #51891 · pingcap/tidb · GitHub
expression.PushDownContext
を追加しています。extension: disable some optimizations for extension function by lcwangchao · Pull Request #51926 · pingcap/tidb · GitHub 最適化による結果が正しくない事象を修正しています。
planner/core: fix some test cases when using infoschema v2 by tiancaiamao · Pull Request #51937 · pingcap/tidb · GitHub infoschema v2対応を更新しています。
*: Revert "add super privilege check for some admin commands (#51497)" by lcwangchao · Pull Request #51938 · pingcap/tidb · GitHub *: add super privilege check for some admin commands by lcwangchao · Pull Request #51497 · pingcap/tidb · GitHub をrevertしています。
executor: Fix pushdown caused correlated subquery issue by yibin87 · Pull Request #51918 · pingcap/tidb · GitHub Pushdownと相関サブクエリの組み合わせで結果が異なる事象を修正しています。
executor: fix some unit tests when using infoschema v2 by tiancaiamao · Pull Request #51782 · pingcap/tidb · GitHub infoschema v2対応を更新しています。
go.mod: upgrade PD client to fix another TSO hang bug by JmPotato · Pull Request #51952 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 を更新しています。
log_backup: remove checking store number by YuJuncen · Pull Request #51886 · pingcap/tidb · GitHub BRでupstreamとdownstreamが異なるノードで動作しているかどうかのチェックをやめています。
infoschema_v2: fix tests by ywqzzy · Pull Request #51934 · pingcap/tidb · GitHub infoschema v2対応を更新しています。
external: make global sort `common.Range` unencoded by tangenta · Pull Request #51900 · pingcap/tidb · GitHub global sort利用時にunique index作成がhangする事象を修正しています。
tests/label: use eventually to make sure label equal by HuSharp · Pull Request #7949 · tikv/pd · GitHub ユニットテストのラベルを均等に分割しています。
client/tso: fix the bug that collected TSO requests could never be finished by JmPotato · Pull Request #7951 · tikv/pd · GitHub TSOリクエストが終わらない事象を修正しています。
- test: enhance unstable test test_pool_available_deadline by glorv · Pull Request #16677 · tikv/tikv · GitHub
不安定な
test_pool_available_deadline
テストを修正しています。
Doc for Pipelined DML by Oreoxmt · Pull Request #16704 · pingcap/docs · GitHub
tidb_dml_type
の説明を追加しています。Spill of parallel aggregation in TiDB by xzhangxian1008 · Pull Request #15755 · pingcap/docs · GitHub
tidb_enable_concurrent_hashagg_spill
の説明を追加しています。dm: support customized secret key by qiancai · Pull Request #16740 · pingcap/docs · GitHub
Customize a Secret Key for DM Encryption and Decryption
を追加しています。encryption: add tikv kms encryption for gcp and azure by qiancai · Pull Request #16761 · pingcap/docs · GitHub encryption-at-rest.md を更新しています。
tikv: enable async-io by setting raftstore.store-io-pool-size == 1 as default. by LykxSassinator · Pull Request #16735 · pingcap/docs · GitHub
store-io-pool-size
のデフォルト値を1にしています。sys-var: add `tidb_schema_cache_size` by hfxsd · Pull Request #16786 · pingcap/docs · GitHub
Feat: support customizing the readiness probe for tidb by fgksgf · Pull Request #5580 · pingcap/tidb-operator · GitHub TiDBサーバーのreadiness probeのカスタマイズを可能にしています。
tiproxy: fix missing volume for http tls by xhebox · Pull Request #5563 · pingcap/tidb-operator · GitHub TiProxy用のTLS設定を追加しています。
ebs br: add resilience to single TiKV crash by BornChanger · Pull Request #5572 · pingcap/tidb-operator · GitHub
spec.tolerateSingleTiKVOutage
を追加しています。