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
db
andinfo
columns ofshow processlist
#11000 - Fix the issue that
MAX_EXECUTION_TIME
as 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
Distsql
memory information ofMemTracker
is not correctly cleaned when a query ends #10971 - Add the
MEM
column in theinformation_schema.processlist
table to describe the memory usage of a query #10896 - Add the
max_execution_time
global 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 data
statement fails #10862 - Fix the issue that TiDB returns a wrong result in some cases when the
OOMAction
configuration item is set toCancel
#11016 - Disable the
TRACE
statement to avoid the TiDB panic issue #11039 - Add the
mysql.expr_pushdown_blacklist
system table that dynamically enables/disables pushing down specific functions to Coprocessor #10998 - Fix the issue that the
ANY_VALUE
function does not work in theONLY_FULL_GROUP_BY
mode #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
Error
toWarning
when reading an invalid configuration item #1577
TiDB Binlog