TiDB 3.0.18 Release Notes
January 30, 2024 ยท View on GitHub
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
decimaltype by theHashfunction causes the wrong HashJoin result #19185 - Fix the issue that the wrong handling of the
setandenumtypes by theHashfunction 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
ApplyandUnion Scanoperators 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
errorto thewarninglevel #8444
- Change the GC failure log from
-
Tools