TiDB commits

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

TiDB commits on 2022-03-28

github.com

statistics: fix wrong point range in crossValidationSelectivity by xuyifangreeneyes · Pull Request #33357 · pingcap/tidb · GitHub

crossValidationSelectivityで複数カラムの等価比較の選択性を計算するときに、LowExcludeとHighgExcludeを正しく設定していなかったのを修正しています。

executor: correct the table range built by 'recover index' by tangenta · Pull Request #32960 · pingcap/tidb · GitHub

admin recover indexを実行した際のSCAN_COUNTが誤っていたのを修正しています。

executor: make CI function TestInvalidReadCacheTable more stable by tiancaiamao · Pull Request #33093 · pingcap/tidb · GitHub

CIで利用されているTestInvalidReadCacheTableをsleep時間を100ミリ秒追加することで安定させています。

lightning: fix test lightning_checkpoint_chunks by gozssky · Pull Request #33503 · pingcap/tidb · GitHub

Lightningに追加されたRunOnceWithOptionsメソッドに、テストに必要なfailpointファンクションが不足していたのを追加しています。

server: refine plan replayer dump file by Yisaer · Pull Request #33497 · pingcap/tidb · GitHub

play replayer(?)をGCの対象にしています。

*: improve test for import concurrency ddl in the future by hawkingrei · Pull Request #33496 · pingcap/tidb · GitHub

import concurrently ddlのテストでtable idをハードコードではなく、クエリーの結果を利用するなどして改善しています。

br: Ignore ddl jobs with empty query or blacklist type when exec restore by WangLe1321 · Pull Request #33384 · pingcap/tidb · GitHub

差分リストアの差異にddl jobの結果が空だったときに発生していた問題を修正しています。

ddl: fix warnings message when alter table nocache and cache again by tiancaiamao · Pull Request #33358 · pingcap/tidb · GitHub

alter table ... nocacheのあとにalter table cacheを実行したときの警告メッセージを修正しています。

br: Fix new collaction enable check by joccau · Pull Request #33500 · pingcap/tidb · GitHub

BRで新しい照合順序(NewCollactionEnable)の設定をバックアップするように変更しています。

Revert "topsql: enable topsql feature by default (#33195)" by crazycs520 · Pull Request #33493 · pingcap/tidb · GitHub

topsql: enable topsql feature by default by crazycs520 · Pull Request #33195 · pingcap/tidb · GitHubでデフォルトで有効になったtopsqlを、デフォルトでは無効な機能にrevertしています。