Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 938 Bytes

release-5.2.1.md

File metadata and controls

20 lines (12 loc) · 938 Bytes
title summary
TiDB 5.2.1 Release Notes
TiDB 5.2.1 was released on September 9, 2021. Bug fixes include resolving an error in TiDB caused by a wrong execution plan and fixing the issue of unavailable TiKV caused by Raftstore deadlock when migrating Regions.

TiDB 5.2.1 Release Notes

Release date: September 9, 2021

TiDB version: 5.2.1

Bug fixes

  • TiDB

    • Fix an error that occurs during execution caused by the wrong execution plan. The wrong execution plan is caused by the shallow copy of schema columns when pushing down the aggregation operators on partitioned tables. #27797 #26554
  • TiKV

    • Fix the issue of unavailable TiKV caused by Raftstore deadlock when migrating Regions. The workaround is to disable the scheduling and restart the unavailable TiKV. #10909