Bug #31217 | C1033 compilation error on Windows | ||
---|---|---|---|
Submitted: | 26 Sep 2007 21:18 | Modified: | 21 Nov 2007 20:27 |
Reporter: | Bill Mitchell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Windows |
Assigned to: | Iggy Galarza | 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
[27 Sep 2007 1:21]
Bill Mitchell
[27 Sep 2007 1:21]
Bill Mitchell
original file
Attachment: mysqld.vcproj.cmake.orig (text/plain), 39.89 KiB.
[27 Sep 2007 1:22]
Bill Mitchell
modified file
Attachment: mysqld.vcproj (Application/xml, text), 66.93 KiB.
[27 Sep 2007 1:22]
Bill Mitchell
original file
Attachment: mysqld.vcproj.orig (text/plain), 39.89 KiB.
[27 Sep 2007 2:48]
Bill Mitchell
Buildlog from failing build
Attachment: BuildLog.htm (text/html), 50.34 KiB.
[10 Oct 2007 19:57]
Bill Mitchell
Modified sql/CMakeLists.txt file with offending SET_TARGET_PROPERTIES commented out
Attachment: CMakeLists.txt (text/plain), 7.92 KiB.