Bug #38098 | Cluster crashes | ||
---|---|---|---|
Submitted: | 14 Jul 2008 14:05 | Modified: | 16 Nov 2008 9:55 |
Reporter: | Donovan Francesco | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | mysql-5.1.23 ndb-6.2.15 | OS: | Other |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | mysql-5.1.23 ndb-6.2.15 error |
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
[15 Jul 2008 7:00]
Donovan Francesco
[15 Jul 2008 7:01]
Donovan Francesco
SHOW CREATE TABLE Raw_cdr;
Attachment: create_table.txt (text/plain), 7.15 KiB.
[15 Jul 2008 7:02]
Donovan Francesco
SHOW TABLE STATUS LIKE 'Raw_cdr';
Attachment: table_status.txt (text/plain), 1.29 KiB.