Bug #31937 | drop table causes all threads to hang in 'Waiting for table' state | ||
---|---|---|---|
Submitted: | 30 Oct 2007 10:39 | Modified: | 2 Nov 2007 13:41 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1.22, 4.1.24 | OS: | Windows (XP 64-bit) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
Tags: | hang |
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
[30 Oct 2007 10:46]
Shane Bester
[30 Oct 2007 10:53]
Shane Bester
testcase. point to a windows 4.1.22 server and run it until the output hangs (then check processlist)
Attachment: bug31937.c (text/plain), 5.04 KiB.
[30 Oct 2007 12:50]
Shane Bester
thread stacks during a hangup on 4.1.24-debug-nt
Attachment: bug31937_4.1.24_thread_stacks.txt (text/plain), 35.13 KiB.