Bug #83965 | InnoDB: Assertion failure in thread 140259732973312 in file srv0srv.cc line 1750 | ||
---|---|---|---|
Submitted: | 25 Nov 2016 12:07 | Modified: | 1 Dec 2016 16:23 |
Reporter: | Gaurav Tomar | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Data Dictionary | Severity: | S3 (Non-critical) |
Version: | 5.6.24 | OS: | Debian (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1 x86_64 GNU/Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | data dictionary |
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 Nov 2016 12:16]
Gaurav Tomar
[25 Nov 2016 12:16]
Gaurav Tomar
Error Log
Attachment: error_log.txt (text/plain), 328.84 KiB.
[25 Nov 2016 12:17]
Gaurav Tomar
Engine innodb output
Attachment: engine_status.txt (text/plain), 1.00 MiB.