pingcap/tidb
pingcap/tidb
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 8/23/2022
MinorContains breaking changesFor the complete and official release notes, see https://docs.pingcap.com/tidb/v6.2/release-6.2.0.
SHOW COUNT(*) WARNINGS and SHOW COUNT(*) ERRORS statements #25068 @likznKILL command now supports DDL operations #24144 @morgoSHOW TABLES/DATABASES LIKE … more MySQL-compatible. The column names in the output contain the LIKE value #35116 @likzntidb_enable_paging is introduced to control whether to enable this communication protocol (with the scope of SESSION or GLOBAL). This protocol is disabled by default. To enable it, set the variable value to true #35633 @tiancaiama @wshwsh12INFORMATION_SCHEMA.DATA_LOCK_WAIT supports recording the locking information of optimistic transactions #34609 @longfangsonSET ROLE cannot match the granted role if there are capital letters in the host #33061 @morgoauto_increment cannot be dropped #34891 @Defined2014SHOW CONFIG shows some configuration items that have been removed #34867 @morgoSHOW DATABASES LIKE … is case-sensitive #34766 @e11jahSHOW TABLE STATUS LIKE ... is case-sensitive #7518 @likznmax-index-length still reports an error in non-strict mode #34931 @e11jahALTER COLUMN ... DROP DEFAULT does not work #35018 @Defined2014mysql.columns_priv table is not deleted synchronously after you run DROP USER #35059 @lcwangchaoINTERVAL expr unit + expr might report an error #30253 @mjonssENUM column #31637 @wjhuang2016information_schema.TIKV_REGION_STATUS fails due to not retrying other PD nodes #35708 @tangentaSHOW CREATE TABLE … cannot correctly display set or ENUM columns after SET character_set_results = GBK #31338 @tangentatidb_log_file_max_days and tidb_config #35190 @morgoSHOW CREATE TABLE is not compatible with MySQL for the ENUM or SET column #36317 @Defined2014LONG BYTE column is not compatible with MySQL #36239 @Defined2014auto_increment = x does not take effect on temporary tables #36224 @djshow832release notes
Published 8/23/2022
MinorContains breaking changesFor the complete and official release notes, see https://docs.pingcap.com/tidb/v6.2/release-6.2.0.
SHOW COUNT(*) WARNINGS and SHOW COUNT(*) ERRORS statements #25068 @likznKILL command now supports DDL operations #24144 @morgoSHOW TABLES/DATABASES LIKE … more MySQL-compatible. The column names in the output contain the LIKE value #35116 @likzntidb_enable_paging is introduced to control whether to enable this communication protocol (with the scope of SESSION or GLOBAL). This protocol is disabled by default. To enable it, set the variable value to true #35633 @tiancaiama @wshwsh12INFORMATION_SCHEMA.DATA_LOCK_WAIT supports recording the locking information of optimistic transactions #34609 @longfangsonSET ROLE cannot match the granted role if there are capital letters in the host #33061 @morgoauto_increment cannot be dropped #34891 @Defined2014SHOW CONFIG shows some configuration items that have been removed #34867 @morgoSHOW DATABASES LIKE … is case-sensitive #34766 @e11jahSHOW TABLE STATUS LIKE ... is case-sensitive #7518 @likznmax-index-length still reports an error in non-strict mode #34931 @e11jahALTER COLUMN ... DROP DEFAULT does not work #35018 @Defined2014mysql.columns_priv table is not deleted synchronously after you run DROP USER #35059 @lcwangchaoINTERVAL expr unit + expr might report an error #30253 @mjonssENUM column #31637 @wjhuang2016information_schema.TIKV_REGION_STATUS fails due to not retrying other PD nodes #35708 @tangentaSHOW CREATE TABLE … cannot correctly display set or ENUM columns after SET character_set_results = GBK #31338 @tangentatidb_log_file_max_days and tidb_config #35190 @morgoSHOW CREATE TABLE is not compatible with MySQL for the ENUM or SET column #36317 @Defined2014LONG BYTE column is not compatible with MySQL #36239 @Defined2014auto_increment = x does not take effect on temporary tables #36224 @djshow832TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.