Skip to content

VARCHAR文档错误 #4635

@sduzh

Description

@sduzh

文档介绍VARCHAR最大长度为65535,但实际应为65533

mysql(sduzh)> create table t0(k varchar(65535)) distributed by hash(k) buckets 1;
ERROR 1064 (HY000): errCode = 2, detailMessage = Varchar size must be <= 65533: 65535

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issuekind/docsCategorizes issue or PR as related to documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions