| title | aliases | summary | ||
|---|---|---|---|---|
TiDB 2.1.8 Release Notes |
|
TiDB 2.1.8 was released on April 12, 2019. It includes various bug fixes and improvements for TiDB, PD, TiKV, Tools, and TiDB Ansible. Some notable fixes include compatibility issues with MySQL, inaccurate statistics estimation, and performance improvements. The release also adds new configuration items and features for TiDB Binlog Pump and Drainer. Additionally, TiDB Ansible now has version limits for the operating system and rolling updates. |
Release date: April 12, 2019
TiDB version: 2.1.8
TiDB Ansible version: 2.1.8
- Fix the issue that the processing logic of
GROUP_CONCATfunction is incompatible with MySQL when there is a NULL-valued parameter #9930 - Fix the equality check issue of decimal values in the
Distinctmode #9931 - Fix the collation compatibility issue of the date, datetime, and timestamp types for the
SHOW FULL COLUMNSstatement - Fix the issue that the row count estimation is inaccurate when the filtering condition contains correlated columns #9937
- Fix the compatibility issue between the
DATE_ADDandDATE_SUBfunctions - Support the
%Hformat for theSTR_TO_DATEfunction to improve compatibility #9964 - Fix the issue that the result is wrong when the
GROUP_CONCATfunction groups by a unique index #9969 - Return a warning when the Optimizer Hints contains an unmatched table name #9970
- Unify the log format to facilitate collecting logs using tools for analysis Unified Log Format
- Fix the issue that a lot of NULL values cause inaccurate statistics estimation #9979
- Fix the issue that an error is reported when the default value of the TIMESTAMP type is the boundary value #9987
- Validate the value of
time_zone#10000 - Support the
2019.01.01time format #10001 - Fix the issue that the row count estimation is displayed incorrectly in the result returned by the
EXPLAINstatement in some cases #10044 - Fix the issue that
KILL TIDB [session id]cannot instantly stop the execution of a statement in some cases #9976 - Fix the predicate pushdown issue of constant filtering conditions in some cases #10049
- Fix the issue that a read-only statement is not processed correctly in some cases #10048
- Fix the issue that
regionScatterermight generate an invalidOperatorStep#1482 - Fix the issue that a hot store makes incorrect statistics of keys #1487
- Fix the too short timeout issue of the
MergeRegionoperator #1495 - Add elapsed time metrics of the PD server handling TSO requests #1502
- Fix the issue of wrong statistics of the read traffic #4441
- Fix the raftstore performance issue when too many Regions exist #4484
- Do not ingest files when the number of level 0 SST files exceeds
level_zero_slowdown_writes_trigger/2#4464
- Optimize the order of importing tables for Lightning to reduce the effects of large tables executing
ChecksumandAnalyzeon the cluster during the importing process and improve the success rate ofChecksumandAnalyze#156 - Improve the encoding SQL performance by 50% for Lightning by directly parsing the data source file content to
types.Datumof TiDB to avoid additional parsing working of the KV encoder #145 - Add the
storage.sync-logconfiguration item in TiDB Binlog Pump to support flushing disks of the local storage asynchronously in Pump #529 - Support traffic compression of communication between TiDB Binlog Pump and Drainer #530
- Add the
syncer.sql-modeconfiguration item in TiDB Binlog Drainer to support using differentsql-modes to parse DDL queries #513 - Add the
syncer.ignore-tableconfiguration item in TiDB Binlog Drainer to support filtering tables not to be replicated #526
- Modify the version limit for the operating system and only support CentOS 7.0 or later and Red Hat 7.0 or later #734
- Add the feature of checking whether
epollexclusiveis supported in every OS #728 - Add the version limit for rolling update to prohibit upgrading a version of 2.0.1 or earlier to a version of 2.1 or later #728