Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.82 KB

release-3.0.7.md

File metadata and controls

27 lines (19 loc) · 1.82 KB
title aliases summary
TiDB 3.0.7 Release Notes
/docs/dev/releases/release-3.0.7/
/docs/dev/releases/3.0.7/
TiDB 3.0.7 was released on December 4, 2019. It includes fixes for issues related to lock TTL, timezone parsing, result accuracy, data precision, and statistics accuracy. TiKV also received updates to improve deadlock detection and fix a memory leak issue.

TiDB 3.0.7 Release Notes

Release date: December 4, 2019

TiDB version: 3.0.7

TiDB Ansible version: 3.0.7

TiDB

  • Fix the issue that the lock TTL's value is too large because the TiDB server's local time is behind PD's timestamp #13868
  • Fix the issue that the timezone is incorrect after parsing the date from strings using gotime.Local #13793
  • Fix the issue that the result might be incorrect because the binSearch function does not return an error in the implementation of builtinIntervalRealSig #13767
  • Fix the issue that data is incorrect because the precision is lost when an integer is converted to an unsigned floating point or decimal type #13755
  • Fix the issue that the result is incorrect because the not null flag is not properly reset when the USING clause is used in Natural Outer Join and Outer Join #13739
  • Fix the issue that the statistics are not accurate because a data race occurs when statistics are updated #13687

TiKV

  • Make the deadlock detector only observe valid Regions to make sure the deadlock manager is in a valid Region #6110
  • Fix a potential memory leak issue #6128