TiDB commits

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

TiDB commits on 2022-03-26

github.com

planner: remove duplicate code by hawkingrei · Pull Request #33424 · pingcap/tidb · GitHub

plannerで重複していたコードを一つにまとめています。

util: migrate test-infra to testify for dbutil,filter,table-filter by hawkingrei · Pull Request #33465 · pingcap/tidb · GitHub

dbutil,filter,table-filterのテストをtest-infraからtestifyに移行しています。

session: lower innodb-lock-wait-timeout MaxValue to match max-txn-ttl by Alkaagr81 · Pull Request #33473 · pingcap/tidb · GitHub

innodb_lock_wait_timeoutmax-txn-ttlより長くなることがあったのをinnodb_lock_wait_timeoutを3600秒に変更して修正しています。

executor: raise error when text data is too long by Jasonysli · Pull Request #33345 · pingcap/tidb · GitHub

text dataが長すぎる場合にエラーを出すように修正しています。

planner: fix the view with use index do not result error issue by fanrenhoo · Pull Request #33474 · pingcap/tidb · GitHub

view自体にはindexがないため、viewを指定したSQLにuse indexが指定された場合にエラーを返すように変更しています。