Bug #25856 | HANDLER table OPEN in one connection lock DROP TABLE in another one | ||
---|---|---|---|
Submitted: | 25 Jan 2007 21:28 | Modified: | 31 Aug 2007 1:51 |
Reporter: | jocelyn fournier (Silver Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 5.0, 5.1 | OS: | Linux (linux) |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
Tags: | qc |
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
[26 Jan 2007 9:52]
Hartmut Holzgraefe
[16 Jul 2007 12:36]
Davi Arnaut
Close the table if the handler open fails.
Attachment: handler-lock-leak-on-error-path.patch (, text), 9.91 KiB.