Bug #72061 cannot import mysqldump of table partitions if the table name is relatively long
Submitted: 17 Mar 2014 15:15 Modified: 2 Feb 2017 3:57
Reporter: harry sheng Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Partitions Severity:S2 (Serious)
Version:5.6.14, 5.6.18 OS:Any (windows, linux)
Assigned to: CPU Architecture:Any
Tags: mysqldump, partition

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:

[17 Mar 2014 15:20] harry sheng
The INSERT statement that rejects the long partition name

Attachment: import_partitioned_table.sql (application/octet-stream, text), 65.71 KiB.