TiDB commits

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

TiDB commits on 2022-03-18

github.com

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

Apply executorが複数回自分の子孫のexecutorのオープンとクローズを繰り返した場合に検索結果が異なる事象 the query results for enum column is wrong · Issue #33214 · pingcap/tidb · GitHub を修正しています。

*: lower-case-table-names should be removed from tidb-config by morgo · Pull Request #32886 · pingcap/tidb · GitHub

lower-case-table-namesを削除しています。TiDBではこの値は設定変更できないため、かえって混乱を与える可能性があるからとのこと。

executor: reset all state when table reader executor close by tiancaiamao · Pull Request #33219 · pingcap/tidb · GitHub

不安定なユニットテストケースのリストを更新しています。

lightning: support opening empty files and skip directory objects in S3 by dsdashun · Pull Request #33029 · pingcap/tidb · GitHub

LightningがS3にあるparquetファイルのimport時に空のディレクトリがあった場合にエラーを出力するようにしています。

parser: add collations from MySQL 8.0 by lance6716 · Pull Request #33212 · pingcap/tidb · GitHub

MySQL 8.0で追加されたcollationをparseできるように変更しています。