Bug #31134 | ENUM columns are returned by C API as MYSQL_TYPE_STRING | ||
---|---|---|---|
Submitted: | 21 Sep 2007 15:59 | Modified: | 6 May 2008 19:26 |
Reporter: | Umut Emin | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | libmysqlclient.so.15, 4.1, 5.0, 5.1, 6.0 BK | OS: | Linux (64bit distro gentoo) |
Assigned to: | CPU Architecture: | Any | |
Tags: | API, C, enum, ENUM_FLAGS, MYSQL_TYPE_ENUM |
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