Bug #73816 | MySQL instance stalling “doing SYNC index” | ||
---|---|---|---|
Submitted: | 5 Sep 2014 12:56 | Modified: | 23 Feb 2016 19:28 |
Reporter: | Denis Jedig | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S2 (Serious) |
Version: | 5.6.20 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | DML, fulltext, insert, mutex, stall, UPDATE |
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
[1 Feb 2016 11:23]
Shaohua Wang
[3 Feb 2016 1:10]
Shaohua Wang
new patch
Attachment: bug73816-v2.patch (text/x-patch), 25.56 KiB.
[19 Feb 2016 11:28]
Shaohua Wang
patch v3
Attachment: bug73816-v3.patch (text/x-patch), 18.14 KiB.