Bug #96363 Incorrect "Too many columns" for mysql create table with comments
Submitted: 29 Jul 2019 11:00 Modified: 29 Jul 2019 11:37
Reporter: dennis gao Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DDL Severity:S3 (Non-critical)
Version:5.7.23, 5.7.27 OS:CentOS (7.3)
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:

[29 Jul 2019 11:01] dennis gao
the create table sql will fail

Attachment: sql1.txt (text/plain), 108.33 KiB.

[29 Jul 2019 11:01] dennis gao
the create table sql will success

Attachment: sql2.txt (text/plain), 31.80 KiB.