| title | aliases | summary | ||
|---|---|---|---|---|
TiDB 3.0.13 Release Notes |
|
TiDB 3.0.13 was released on April 22, 2020. The bug fixes include resolving issues with the `INSERT ... ON DUPLICATE KEY UPDATE` statement and fixing the system getting stuck and becoming unavailable during `Region Merge` in TiKV. |
Release date: April 22, 2020
TiDB version: 3.0.13
-
TiDB
- Fix the issue caused by unchecked
MemBufferthat theINSERT ... ON DUPLICATE KEY UPDATEstatement might be executed incorrectly within a transaction when users need to insert multiple rows of duplicate data #16690
- Fix the issue caused by unchecked
-
TiKV
- Fix the issue that the system might get stuck and the service is unavailable if
Region Mergeis executed repeatedly #7612
- Fix the issue that the system might get stuck and the service is unavailable if