Bug #108466 "create table ... select" generates columns of type BIGINT with illegal width
Submitted: 13 Sep 2022 6:03 Modified: 13 Sep 2022 8:02
Reporter: lyp tennyson Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Data Types Severity:S3 (Non-critical)
Version:5.7.38, 5.7.39 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[24 Sep 2022 12:21] huahua xu
The patch could solve problems in some scenarios(includes above case).

Attachment: user_var_miss_type_length_bugfix.patch (application/octet-stream, text), 614 bytes.