Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 722 Bytes

release-4.0.4.md

File metadata and controls

19 lines (13 loc) · 722 Bytes
title aliases
TiDB 4.0.4 Release Notes
/docs-cn/dev/releases/release-4.0.4/

TiDB 4.0.4 Release Notes

发版日期:2020 年 7 月 31 日

TiDB 版本:4.0.4

Bug 修复

  • TiDB

    • 修复查询 information_schema.columns 卡死的问题 #18849
    • 修复 PointGetBatchPointGet 在遇到 in(null) 条件时出错的问题 #18848
    • 修复 BatchPointGet 算子结果不正确的问题 #18815
    • 修复 HashJoin 算子在遇到 setenum 类型时查询结果不正确的问题 #18859