lighting: expose limited fields for `kv.Session` by lcwangchao · Pull Request #55517 · pingcap/tidb · GitHub Lightningで
kv.Session
のためにexposeするフィールドを制限しています。show: prefilter table name with like pattern and show full tables by GMHDBJD · Pull Request #55396 · pingcap/tidb · GitHub infoschema v2でshow table likeで前もってフィルターするようにしています。
Planner: Do not allow cardinality to go below 1 | tidb-test=pr/2376 by terry1purcell · Pull Request #55242 · pingcap/tidb · GitHub Plannerでcardinalityの値を1以下にしないようにしています。
*: replace maps.Copy which is for map clone with std maps.Clone by D3Hunter · Pull Request #55530 · pingcap/tidb · GitHub
maps.Copy
をmaps.Clone
に置き換えています。infoschema: add WithRefillOption for TableByName and TableByID by tiancaiamao · Pull Request #55511 · pingcap/tidb · GitHub infoschema v2で
TableByName
とTableByID
にWithRefillOption
を追加しています。domain: change groupSize in splitForConcurrentFetch by joechenrh · Pull Request #55518 · pingcap/tidb · GitHub
splitForConcurrentFetch
でのgroupSize
を変更しています。ddl: fix resuming to wrong checkpoint when failed during adding index by tangenta · Pull Request #55506 · pingcap/tidb · GitHub インデックス追加中にPD leaderを強制終了させた場合に発生する“Error 8223 (HY000): data inconsistency in table” を修正しています。
server: wait for auto commit queries before shutdown by YangKeao · Pull Request #55494 · pingcap/tidb · GitHub TIDB Serverのshutdownまえにauto commitのクエリーの終了を待つようにしています。
br: clean codes -- simplify the `CreateTable` stage by Leavrth · Pull Request #55274 · pingcap/tidb · GitHub BRの
CreateTable
をリファクタリングしています。ddl: directly use BackendConfig rather than use lightning config by lance6716 · Pull Request #55433 · pingcap/tidb · GitHub DDLで直接
BackendConfig
を利用するようにしています。lightning: fix pd leader switch CI after PD upgrading by lance6716 · Pull Request #55498 · pingcap/tidb · GitHub PD leaderが変更されたとき
SchemaChecker
がErrInfoSchemaExpired
を返す事象を修正しています。br: Add pre-check of duplicate table in the downstream by RidRisR · Pull Request #55044 · pingcap/tidb · GitHub BRでdownstreamのテーブル重複のprecheckを追加しています。
*: bump client-go to remove the backoff for stale read retry by you06 · Pull Request #55423 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
executor: fix query hang when sorted column is constant by xzhangxian1008 · Pull Request #55418 · pingcap/tidb · GitHub predicate_push_down、column_pruneを無効にしたときにクエリーがstuckする事象を修正しています。
variable: mark analyze-partition-concurrency-quota as deprecated by Rustin170506 · Pull Request #55409 · pingcap/tidb · GitHub
analyze-partition-concurrency-quota
をdeprecatedにしています。
- tests/tso: Create independent clients to prevent interfering with other tests. by HuSharp · Pull Request #8546 · tikv/pd · GitHub テスト用に独立したclientを利用しています。
chore: bump version to v8.4.0-alpha by purelind · Pull Request #17393 · tikv/tikv · GitHub バージョンを 8.4.0-alpha に更新しています。
backup-stream: clean the `pause-guard-gc-safepoint` when unregister the log task by Leavrth · Pull Request #17317 · tikv/tikv · GitHub Log taskをunregisterしたときに
pause-guard-gc-safepoint
を初期化しています。copr: Support Vector Data Type and Functions by breezewish · Pull Request #17303 · tikv/tikv · GitHub Vector型と関数を追加しています。
Refine slow log description by lilin90 · Pull Request #18366 · pingcap/docs · GitHub
tidb_slow_log_threshold
とenable-slow-log
の説明を更新しています。PD: add description of batch in evict-leader-scheduler config by qiancai · Pull Request #18625 · pingcap/docs · GitHub
evict-leader-scheduler
の説明を更新しています。fix bug in performance tuning practices by dbsid · Pull Request #18615 · pingcap/docs · GitHub performance-tuning-practices.md を更新しています。
doc: session_alias and rows_affected in information_schema.processlist by qiancai · Pull Request #18503 · pingcap/docs · GitHub query logの説明を更新しています。
br: add metrics description for snapshot restore and PITR by Tristan1900 · Pull Request #18516 · pingcap/docs · GitHub
Backup & Import
を追加しています。Change tidb_opt_projection_push_down default value to ON by yibin87 · Pull Request #18346 · pingcap/docs · GitHub
tidb_opt_projection_push_down
のデフォルト値がON
に変更になっています。tidb: add doc for `batch-policy` config by zyguan · Pull Request #18446 · pingcap/docs · GitHub
batch-policy
の説明を追加しています。Deprecate TiDB Binlog by lilin90 · Pull Request #18569 · pingcap/docs · GitHub TiDB Binlog を deprecatedにしています。
br: add issue for pitr usage by Leavrth · Pull Request #18468 · pingcap/docs · GitHub br/br-pitr-manual.md を更新しています。
Remove (R) from STATS_EXTENDED in keywords list. by wddevries · Pull Request #18037 · pingcap/docs · GitHub keywords.md を更新しています。
2024年8月20日にTiDB Operatorのコミットはありませんでした。
mysql sink(ticdc): Refactor DB Connection Creation to Facilitate Unit Testing by wlwilliamx · Pull Request #11491 · pingcap/tiflow · GitHub ユニットテストで利用するdownstreamへのデータベース接続をリファクタリングしています。
chore: update OWNERS_ALIASES by wuhuizuo · Pull Request #11495 · pingcap/tiflow · GitHub OWNERSファイルファイルを更新しています。
KVStore: Fix spurious region overlap when two region are both applying snapshots by CalvinNeo · Pull Request #9330 · pingcap/tiflash · GitHub 二つのregionの両方にsnapshotを適用する際に発生するオーバーラップを修正しています。
build: make `cmake --install` work well by JaySon-Huang · Pull Request #9333 · pingcap/tiflash · GitHub
cmake --install
を動作するようにしています。
2024年8月20日にTiProxyのコミットはありませんでした。