Bug #62196 | Compile Error "Identifier not allowed in sizeof declarations" AIX 6.1 xlC 11 | ||
---|---|---|---|
Submitted: | 17 Aug 2011 16:18 | Modified: | 20 Feb 2012 19:32 |
Reporter: | David Schroeder | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | mysql-5.5.16 | OS: | IBM AIX (6.1 TL6) |
Assigned to: | CPU Architecture: | Any | |
Tags: | AIX xlC bchange.c my_global.h |
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