TiDB commits

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

TiDB commits on 2022-04-12

github.com

*: update unstable unit test case list by dianqihanwangzi · Pull Request #33784 · pingcap/tidb · GitHub

不安定なユニットテストのリストを更新しています(+13行-27行)。

executor: migrate test-infra to testify for testSerialSuite1 by tisonkun · Pull Request #33874 · pingcap/tidb · GitHub

testSerialSuite1をtest-infra からtestify に移行しています。

lightning: fix for only route schema case by Ehco1996 · Pull Request #33484 · pingcap/tidb · GitHub

Lightningでルーティングの指定(schema-patternで元データベース、target-schemaで移行先データベース)が正しくなかったのを修正しています。

session: fix potential deadlock in execStmtResult by sasha-s · Pull Request #33848 · pingcap/tidb · GitHub

execStmtResultで発生する可能性のあったデッドロックが起こらないように修正しています。

br: add new design for batch create table by fengou1 · Pull Request #33026 · pingcap/tidb · GitHub

BRのあたらしいバッチでのcreate tableに関するデザインドキュメントを追加しています。BRでのリストアを高速化する狙いとのことです。