Bug #73365 InnoDB: 1048576 bytes should have been written, only -1 were written
Submitted: 23 Jul 2014 12:32 Modified: 10 Dec 2014 18:58
Reporter: Shahriyar Rzayev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S1 (Critical)
Version:5.6.19 OS:Linux (CentOS 6.5)
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 Jul 2014 16:06] David Bennett
Patch to fix the reported bytes written to zero on os_file_pwrite() error.

Attachment: mysql_bug_73365.patch (text/x-patch), 362 bytes.