title | aliases | summary | ||
---|---|---|---|---|
TiDB 1.0.6 Release Notes |
|
TiDB 1.0.6 was released on January 08, 2018. Updates include support for Alter Table Auto_Increment syntax, fixing bugs in Cost Based computation and Null Json issue, and support for extension syntax to shard implicit row ID. Other updates include fixing potential DDL issue, considering timezone setting in certain functions, and support for SEPARATOR syntax in GROUP_CONCAT function. PD fixed store selection problem of hot-region scheduler. To upgrade from 1.0.5 to 1.0.6, follow the rolling upgrade order of PD, TiKV, TiDB. |
On January 08, 2018, TiDB 1.0.6 is released with the following updates:
- Support the
Alter Table Auto_Increment
syntax - Fix the bug in Cost Based computation and the
Null Json
issue in statistics - Support the extension syntax to shard the implicit row ID to avoid write hot spot for a single table
- Fix a potential DDL issue
- Consider the timezone setting in the
curtime
,sysdate
andcurdate
functions - Support the
SEPARATOR
syntax in theGROUP_CONCAT
function - Fix the wrong return type issue of the
GROUP_CONCAT
function.
None.
To upgrade from 1.0.5 to 1.0.6, follow the rolling upgrade order of PD -> TiKV -> TiDB.