TiDB 2.0.3 Release Notes
On June 1, 2018, TiDB 2.0.3 is released. Compared with TiDB 2.0.2, this release has great improvement in system compatibility and stability.
TiDB
- Support modifying the log level online
- Support the
COM_CHANGE_USERcommand - Support using the
TIMEtype parameters under the binary protocol - Optimize the cost estimation of query conditions with the
BETWEENexpression - Do not display the
FOREIGN KEYinformation in the result ofSHOW CREATE TABLE - Optimize the cost estimation for queries with the
LIMITclause - Fix the issue about the
YEARtype as the unique index - Fix the issue about
ON DUPLICATE KEY UPDATEin conditions without the unique index - Fix the compatibility issue of the
CEILfunction - Fix the accuracy issue of the
DIVcalculation in theDECIMALtype - Fix the false alarm of
ADMIN CHECK TABLE - Fix the panic issue of
MAX/MINunder specific expression parameters - Fix the issue that the result of
JOINis null in special conditions - Fix the
INexpression issue when building and querying Range - Fix a Range calculation issue when using
Prepareto query andPlan Cacheis enabled - Fix the issue that the Schema information is frequently loaded in abnormal conditions
PD
- Fix the panic issue when collecting hot-cache metrics in specific conditions
- Fix the issue about scheduling of the obsolete Regions
TiKV
- Fix the bug that the learner flag mistakenly reports to PD
- Report an error instead of getting a result if
divisor/dividendis 0 indo_div_mod