Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

release-4.0.4.md

File metadata and controls

20 lines (14 loc) · 1.06 KB
title aliases summary
TiDB 4.0.4 Release Notes
/docs-cn/dev/releases/release-4.0.4/
TiDB 4.0.4 发布日期为 2020 年 7 月 31 日。此版本修复了多个 bug,包括查询 `information_schema.columns` 卡死的问题、`PointGet` 和 `BatchPointGet` 在遇到 `in(null)` 条件时出错的问题、`BatchPointGet` 算子结果不正确的问题以及 `HashJoin` 算子在遇到 `set`、`enum` 类型时查询结果不正确的问题。

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