Bug #26793 | mysqld crashes when doing specific query on information_schema | ||
---|---|---|---|
Submitted: | 2 Mar 2007 14:02 | Modified: | 15 Sep 2007 11:12 |
Reporter: | johnny slakva | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 5.0.37, 5.0.44 | OS: | Linux (RHEL3, Mac OS X) |
Assigned to: | Stewart Smith | CPU Architecture: | Any |
Tags: | cluster, crash, information_schema, privileges |
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
[28 May 2007 7:19]
Sveta Smirnova
[31 May 2007 6:55]
Sveta Smirnova
test case for Linux
Attachment: ndb_bug26793.test (application/octet-stream, text), 557 bytes.