| title | summary |
|---|---|
TiDB 3.0.18 Release Notes |
TiDB 3.0.18 was released on August 21, 2020. The release includes improvements to TiDB Binlog and bug fixes for TiDB and TiKV. Bug fixes for TiDB include issues with handling decimal, set, and enum types, as well as problems with duplicate keys and cached execution plans. TiKV's bug fix involves changing the GC failure log level. TiDB Lightning also received fixes for issues with the log file argument, syntax errors, and unexpected calls. |
Release date: August 21, 2020
TiDB version: 3.0.18
-
Tools
-
TiDB Binlog
- Support the time duration format of Go for the Pump GC configuration #996
-
-
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