| Bug #42646 | compilation error: make[3]: *** [install-data-local] Killed | ||
|---|---|---|---|
| Submitted: | 6 Feb 2009 12:42 | Modified: | 27 Apr 2018 11:48 |
| Reporter: | Venky P | Email Updates: | |
| Status: | Unsupported | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
| Version: | 5.1.30 | OS: | Linux |
| Assigned to: | CPU Architecture: | Any | |
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 Feb 2009 8:30]
Venky P
[17 Feb 2009 11:37]
Venky P
output of `ls -la mysql-test/t`
Attachment: mysql-test.out (text/plain), 57.03 KiB.
[18 Feb 2009 8:31]
Venky P
Makefile from mysql-test directory
Attachment: Makefile (text/plain), 31.59 KiB.
