TiDB 3.0.19 Release Notes
November 18, 2025 ยท View on GitHub
Release date: September 25, 2020
TiDB version: 3.0.19
Compatibility Changes
-
PD
Improvements
-
TiDB
-
TiKV
- Set
sync-logtotrueas a nonadjustable value #8636
- Set
-
PD
- Add an alert rule for PD restart #2789
Bug Fixes
-
TiDB
- Fix the query error that occurs when the
slow-logfile does not exist #20050 - Add the privilege check for
SHOW STATS_METAandSHOW STATS_BUCKET#19759 - Forbid changing the decimal type to the integer type #19681
- Fix the issue that the constraint is not checked when altering the
ENUM/SETtype column #20045 - Fix the bug that tidb-server does not release table locks after a panic #20021
- Fix the bug that the
ORoperator is not handled correctly in theWHEREclause #19901
- Fix the query error that occurs when the
-
TiKV
- Fix the bug that TiKV panics when parsing responses with missing reason phrases #8540
-
Tools
-
TiDB Lightning
- Fix the issue that the TiDB Lightning process does not exit in time when encountering invalid UTF characters in CSV in the strict mode #378
-