Bug #45143 | All connections hang on concurrent ALTER TABLE | ||
---|---|---|---|
Submitted: | 27 May 2009 18:27 | Modified: | 12 Nov 2009 19:50 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 5.1,5.4,6.0 | OS: | Any |
Assigned to: | Dmitry Lenev | 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
[27 May 2009 18:29]
Philip Stoev
[27 May 2009 18:30]
Philip Stoev
Thread stacks for bug 45143
Attachment: bug45143.stacks.txt (text/plain), 96.97 KiB.
[1 Jul 2009 16:25]
Matthias Leich
Grammar of creation of objects
Attachment: bug45143_data.zz (application/octet-stream, text), 165 bytes.
[1 Jul 2009 16:26]
Matthias Leich
Grammar for stress testing
Attachment: bug45143_sql.yy (application/octet-stream, text), 969 bytes.