| title | aliases | summary | ||
|---|---|---|---|---|
TiDB 2.1.14 Release Notes |
|
TiDB 2.1.14 was released on July 04, 2019. It includes various bug fixes and improvements, such as fixing wrong query results, adding new system variables, optimizing memory usage, and adding new configuration items for TiDB Binlog and TiDB Ansible. Additionally, there are optimizations for TiKV and PD. |
Release date: July 04, 2019
TiDB version: 2.1.14
TiDB Ansible version: 2.1.14
- Fix wrong query results caused by column pruning in some cases #11019
- Fix the wrongly displayed information in
dbandinfocolumns ofshow processlist#11000 - Fix the issue that
MAX_EXECUTION_TIMEas a SQL hint and global variable does not work in some cases #10999 - Support automatically adjust the incremental gap allocated by auto-increment ID based on the load #10997
- Fix the issue that the
Distsqlmemory information ofMemTrackeris not correctly cleaned when a query ends #10971 - Add the
MEMcolumn in theinformation_schema.processlisttable to describe the memory usage of a query #10896 - Add the
max_execution_timeglobal system variable to control the maximum execution time of a query #10940 - Fix the panic caused by using unsupported aggregate functions #10911
- Add an automatic rollback feature for the last transaction when the
load datastatement fails #10862 - Fix the issue that TiDB returns a wrong result in some cases when the
OOMActionconfiguration item is set toCancel#11016 - Disable the
TRACEstatement to avoid the TiDB panic issue #11039 - Add the
mysql.expr_pushdown_blacklistsystem table that dynamically enables/disables pushing down specific functions to Coprocessor #10998 - Fix the issue that the
ANY_VALUEfunction does not work in theONLY_FULL_GROUP_BYmode #10994 - Fix the incorrect evaluation caused by not doing a deep copy when evaluating the user variable of the string type #11043
- Optimize processing the empty callback when processing the Raftstore message to avoid sending unnecessary message #4682
- Adjust the log output level from
ErrortoWarningwhen reading an invalid configuration item #1577
TiDB Binlog