TiDB commits

TiDB, PD, TiKVのコミットを記録しています。

TiDB commits on 2022-04-21

github.com

planner: using the funcdep to check the only_full_group_by by winoros · Pull Request #33567 · pingcap/tidb · GitHub

session.tidb_enable_new_only_full_group_by_checkシステム変数を導入し、MySQL 5.7のonly_full_group_byとの互換性を高めています。

testkit: add MockSessionManager by hawkingrei · Pull Request #34124 · pingcap/tidb · GitHub

testkitにMockSessionManagerを追加しています。

util: track the memory usage of rowPtrs in sortedRowContainer by wshwsh12 · Pull Request #34128 · pingcap/tidb · GitHub

sortedRowContainer内のrowPtrsにメモリの使用状況をトラックするようにしています。

ddl: refactoring some cancel tests by wjhuang2016 · Pull Request #34131 · pingcap/tidb · GitHub

いくつかのキャンセルテストをリファクタリングしています。

planner: fix the unstable test TestAnalyzeGlobalStatsWithOpts by qw4990 · Pull Request #34150 · pingcap/tidb · GitHub

不安定だったTestAnalyzeGlobalStatsWithOptsテストを修正しています。

lightning_web: mute the alert by 3pointer · Pull Request #33390 · pingcap/tidb · GitHub

BRで利用しているpackage-lock.jsonのminimistバージョンを更新しています。

br: enhance the error infomation by joccau · Pull Request #33882 · pingcap/tidb · GitHub

BRでnew_collations_enabled_on_first_bootstrapに関するエラーメッセージを更新しています。

planner: refactor the cost implementation for Table/IndexReader/Scan, IndexLookup, Proj and Sel by qw4990 · Pull Request #34091 · pingcap/tidb · GitHub

Table/IndexReader/Scan, IndexLookup, Projと Selでのコスト計算のリファクタリングをおこなっています。