TiDB 2.0.8 Release Notes
January 30, 2024 ยท View on GitHub
On October 16, 2018, TiDB 2.0.8 is released. Compared with TiDB 2.0.7, this release has great improvement in system compatibility and stability.
TiDB
- Improvement
- Slow down the AUTO-ID increasing speed when the
Updatestatement does not modify the corresponding AUTO-INCREMENT column #7846
- Slow down the AUTO-ID increasing speed when the
- Bug fixes
- Quickly create a new etcd session to recover the service when the PD leader goes down #7810
- Fix the issue that the time zone is not considered when the default value of the
DateTimetype is calculated #7672 - Fix the issue that
duplicate key updateinserts values incorrectly in some conditions #7685 - Fix the issue that the predicate conditions of
UnionScanare not pushed down #7726 - Fix the issue that the time zone is not correctly handled when you add the
TIMESTAMPindex #7812 - Fix the memory leak issue caused by the statistics module in some conditions #7864
- Fix the issue that the results of
ANALYZEcannot be obtained in some abnormal conditions #7871 - Do not fold the function
SYSDATE, to ensure the returned results are correct #7894 - Fix the
substring_indexpanic issue in some conditions #7896 - Fix the issue that
OUTER JOINis mistakenly converted toINNER JOINin some conditions #7899
TiKV
- Bug fix
- Fix the issue that the memory consumed by Raftstore
EntryCachekeeps increasing when a node goes down #3529
- Fix the issue that the memory consumed by Raftstore