Bug #87824 | Crash when internal_tmp_disk_storage_engine is set to InnoDB | ||
---|---|---|---|
Submitted: | 21 Sep 2017 12:29 | Modified: | 5 Apr 2018 17:30 |
Reporter: | Travis Hidlay | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | 5.7.19 | OS: | Ubuntu (Using latest docker container from DockerHub official MySQL repository) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[25 Sep 2017 14:35]
Umesh Shastry
[26 Sep 2017 7:12]
Umesh Shastry
Docker based test result
Attachment: Docker_87824.results (application/octet-stream, text), 44.24 KiB.
[26 Sep 2017 8:50]
Umesh Shastry
Docker based test result - Big dataset
Attachment: Docker_87824_01.results (application/octet-stream, text), 17.23 KiB.
[26 Sep 2017 14:42]
Travis Hidlay
Configuration variables from "show variables"
Attachment: mysql_config.csv (application/vnd.ms-excel, text), 14.28 KiB.