Bug #32430 | 'show innodb status' causes errors Invalid (old?) table or database name in logs | ||
---|---|---|---|
Submitted: | 16 Nov 2007 9:35 | Modified: | 17 Jun 2010 22:48 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Storage Engine API | Severity: | S3 (Non-critical) |
Version: | 5.1.22, 5.1.23, 5.1.37, 5.1.40 | OS: | Any |
Assigned to: | Satya B | CPU Architecture: | Any |
Tags: | bfsm_2007_12_06 |
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
[16 Nov 2007 9:51]
Shane Bester
[5 Nov 2008 20:28]
Mattias Jonsson
New proposed patch (updated as requested), commit mail got lost, this is in bzr send format.
Attachment: b32430_2-60.bzr-send (application/octet-stream, text), 20.72 KiB.
[9 Sep 2009 13:31]
Marko Mäkelä
Patch for MySQL and InnoDB Plugin
Attachment: bug32430-bzr.patch (text/x-diff), 7.35 KiB.