Bug #43470 | Repeated procedure calls on same thread hangs thread | ||
---|---|---|---|
Submitted: | 6 Mar 2009 23:58 | Modified: | 30 Apr 2012 12:49 |
Reporter: | Van Stokes | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 6.0.9-alpha | OS: | Windows (XP64) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | CALL, hang, PROCEDURE, regression, Repeated, stall, thread |
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
[10 Mar 2009 21:27]
Miguel Solorzano
[11 Mar 2009 9:57]
Van Stokes
Hung SELECT processes before and after kill.
Attachment: Bug43470-HungProcesses.txt (text/plain), 12.74 KiB.
[11 Mar 2009 10:15]
Van Stokes
Print Screen of Task Manager showing mysqld CPU usage.
Attachment: mysql-cpu-usage.PNG (image/png, text), 29.70 KiB.