Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.63 KB

release-2.0.11.md

File metadata and controls

21 lines (15 loc) · 1.63 KB
title aliases summary
TiDB 2.0.11 Release Notes
/docs/dev/releases/release-2.0.11/
/docs/dev/releases/2.0.11/
TiDB 2.0.11 and TiDB Ansible 2.0.11 were released on January 3, 2019. The release includes improvements in system compatibility and stability. Fixes include handling errors when PD is in an abnormal condition, compatibility issues with MySQL, error message reporting, prefix index range, and panic issues with the `UPDATE` statement. TiKV also fixed two issues related to Region merge.

TiDB 2.0.11 Release Notes

On January 03, 2019, TiDB 2.0.11 is released. The corresponding TiDB Ansible 2.0.11 is also released. Compared with TiDB 2.0.10, this release has great improvement in system compatibility and stability.

TiDB

  • Fix the issue that the error is not handled properly when PD is in an abnormal condition #8764
  • Fix the issue that the Rename operation on a table in TiDB is not compatible with that in MySQL #8809
  • Fix the issue that the error message is wrongly reported when the ADMIN CHECK TABLE operation is performed in the process of executing the ADD INDEX statement #8750
  • Fix the issue that the prefix index range is incorrect in some cases #8877
  • Fix the panic issue of the UPDATE statement when columns are added in some cases #8904

TiKV