TiDB commits

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

TiDB commits on 2022-03-24

github.com

doc: fix example for partition table by ekexium · Pull Request #33325 · pingcap/tidb · GitHub

パーティションテーブルに関する例が誤っていたのを修正しています。

planner: outer merge join cannot keep the prop of its inner child by winoros · Pull Request #33359 · pingcap/tidb · GitHub

merge joinがouter joinだった場合に、その順序が保たれていなかった問題を修正しています。

executor: fix unstable test TestPlanCacheWithStaleReadByBinaryProto by Yisaer · Pull Request #33351 · pingcap/tidb · GitHub

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

dumpling: support dumping sequences by docsir · Pull Request #32570 · pingcap/tidb · GitHub

DumplingでTiDBのSequence対応を追加しています。

expr: fix instr function get stuck by Yisaer · Pull Request #33380 · pingcap/tidb · GitHub

一時的にinstr(?)をTiKVにpush downしないように変更しています。理由は後で調査するとのこと。

br: Add comment to filterRestoreFiles function by WangLe1321 · Pull Request #33353 · pingcap/tidb · GitHub

BRのfilterRestoreFilesファンクションに関するコメントを追加しています。filterRestoreFilescfg.TableFilter.MatchTableを適用した後には適用できないとのこと。

executor: migrate test-infra to testify for executor_test.go testSuiteP1 by tisonkun · Pull Request #33394 · pingcap/tidb · GitHub

executor_test.go testSuiteP1test-infra からtestifyに移行しています。

executor: fix the show variable wrong case sensitive issue#32851 by fanrenhoo · Pull Request #33323 · pingcap/tidb · GitHub

show variablescase sensitive(大文字小文字を区別する)べきだったににどうでないのを修正しています。