TiDB commits

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

TiDB commits on 2022-03-21

github.com

infoschema: fix the link in infoschema/tables.go not accessible issue#32659 by fanrenhoo · Pull Request #33261 · pingcap/tidb · GitHub

infoschema/tables.goが参照しているdev.mysql.comのドキュメントのリンクを修正しています。

domain, session: clean up in BootstrapSession by zimulala · Pull Request #33234 · pingcap/tidb · GitHub

BootstrapSessionをクリーンアップしています。

expr: fix nil panic for In function with bit column by Yisaer · Pull Request #33204 · pingcap/tidb · GitHub

bit型のカラムですべてがマイナスの数値でinに条件が渡されたとき、panicが発生していた問題を修正しています。

br: Fix stuck when meeting error by YuJuncen · Pull Request #33201 · pingcap/tidb · GitHub

BRでTiKVSenderのworkderがエラーを受け取ったときに正しく終了するように修正しています。

executor: add testcase to cover stale read and prepare stmt by Yisaer · Pull Request #33270 · pingcap/tidb · GitHub

stale readとprepared statementに関するテストケースを追加しています。

privilege/privileges, server: stabalize tests by morgo · Pull Request #33246 · pingcap/tidb · GitHub

serverのテストがデフォルトのポート(4000と10080)に依存していることと、権限(privileges)テストでのリークが発生していた問題を修正しています。

*: add limitation for UserName and HostName. by CbcWestwolf · Pull Request #33224 · pingcap/tidb · GitHub

UserNameとHostNameに関する長さをチェックするように変更しています。

expression: Fix constant zero/one/null flen with -1 issue by yibin87 · Pull Request #33221 · pingcap/tidb · GitHub

zero, one, nullのconstantでflen(?)が-1になっていた問題を修正しています。

dumpling: Support set ExternalStorage when used as library by lance6716 · Pull Request #33282 · pingcap/tidb · GitHub

DumplingでExternalStorageを設定できるように変更しています。