Bug #47768 | pthread_cond_timedwait() is broken on windows | ||
---|---|---|---|
Submitted: | 1 Oct 2009 17:15 | Modified: | 18 Dec 2009 23:45 |
Reporter: | Kristofer Pettersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.0+ | OS: | Windows |
Assigned to: | Kristofer Pettersson | CPU Architecture: | Any |
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 Oct 2009 17:19]
Kristofer Pettersson
[6 Oct 2009 2:17]
Roel Van de Paar
Resolved stacktrace from bug_43758 (Ricardo Gomez) which should show the same issue. (Fedora Linux 2.6.27.5-117.fc10.x86_64)
Attachment: bug_43758_resolved_stacktrace_Ricardo_Gomez.txt (text/plain), 24.56 KiB.