Bug #59354 | Assert !other_lock at lock_rec_add_to_queue during a delete operation | ||
---|---|---|---|
Submitted: | 7 Jan 2011 15:07 | Modified: | 29 Jan 2013 19:33 |
Reporter: | Sandeep Doddaballapur | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5,mysql-trunk | OS: | Linux |
Assigned to: | Sunny Bains | CPU Architecture: | Any |
Tags: | rqg_pb2 |
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 Apr 2012 10:55]
Shane Bester
[29 Jan 2013 7:32]
Roel Van de Paar
mysqld error log
Attachment: master_MS_bug_59354.err (application/octet-stream, text), 42.45 KiB.
[29 Jan 2013 7:33]
Roel Van de Paar
thread ally all bt on core
Attachment: gdb_MS_bug_59354.txt (text/plain), 126.31 KiB.