Bug #41245 | MY_HOOKS class within a function in sql/sql_insert.cc breaks linking on QNX | ||
---|---|---|---|
Submitted: | 4 Dec 2008 22:29 | Modified: | 17 Jan 2014 12:13 |
Reporter: | Dimitri Tarassenko | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | 5.1.30 | OS: | Any (QNX 6.2.1, FreeBSD, Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, do_postlock, MY_HOOKS, QNX, sql_insert.o |
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
[21 May 2010 13:49]
Dimitri Tarassenko