TiDB 3.0.18 Release Notes
Release date: August 21, 2020
TiDB version: 3.0.18
Improvements
Tools
TiDB Binlog
- Support the time duration format of Go for the Pump GC configuration #996
Bug Fixes
TiDB
- Fix the issue that the wrong handling of the
decimal
type by theHash
function causes the wrong HashJoin result #19185 - Fix the issue that the wrong handling of the
set
andenum
types by theHash
function causes the wrong HashJoin result #19175 - Fix the issue that the check for duplicate keys fails in the pessimistic locking mode #19236
- Fix the issue that the
Apply
andUnion Scan
operators cause the wrong execution result #19297 - Fix the issue that some cached execution plans are incorrectly executed in transaction #19274
- Fix the issue that the wrong handling of the
TiKV
- Change the GC failure log from
error
to thewarning
level #8444
- Change the GC failure log from
Tools