Bug #60682 | deadlock from thd_security_context | ||
---|---|---|---|
Submitted: | 28 Mar 2011 21:25 | Modified: | 24 Jul 2012 14:44 |
Reporter: | Mark Callaghan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1.47, 5.1.57 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, deadlock |
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
[28 Mar 2011 21:41]
Mark Callaghan
[4 Apr 2011 18:56]
Mark Callaghan
suggested fix applied to facebook pached version of 5.1.52
Attachment: b60682.patch (application/octet-stream, text), 1.80 KiB.
[8 Jun 2011 10:18]
Shane Bester
repeated a hangup., some info from my case. I'll migrate bug to oracle bugdb soon.
Attachment: bug60682_preliminary_info.txt (text/plain), 9.67 KiB.
[8 Jun 2011 10:28]
Shane Bester
testcase. run against unpatched server to repeat in seconds. edit hardcoded ip, user, password in file.
Attachment: bug60682.c (text/plain), 7.07 KiB.