Bug #68650 Dump restoration does not create events
Submitted: 12 Mar 2013 13:19 Modified: 12 Apr 2013 19:14
Reporter: Lev Bystritskiy Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.5.30, 5.1.70, 5.5.32, 5.6.12, 5.7.2 OS:Linux
Assigned to: CPU Architecture:Any
Tags: --all-databases, events, mysqldump

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:

[22 Mar 2013 9:55] Lev Bystritskiy
# mysqldump -d --all-databases --events --single-transaction -uroot | gzip > idp4m9.sql.gz

Attachment: idp4m9.sql.gz (application/x-gzip, text), 13.83 KiB.

[12 Apr 2013 19:14] Sveta Smirnova
test case for MTR

Attachment: bug68650.test (application/octet-stream, text), 970 bytes.