| Bug #120070 | mysql_options(..., MYSQL_READ_DEFAULT_FILE, ...) randomly fails in multi‑threaded programs when using Connector/C 6.1.2 | ||
|---|---|---|---|
| Submitted: | 16 Mar 6:33 | Modified: | 16 Mar 6:47 |
| Reporter: | yueming shu | Email Updates: | |
| Status: | Open | Impact on me: | |
| Category: | Connector / C | Severity: | S7 (Test Cases) |
| Version: | 6.1.2 (actual affected versions: 6.1.0 – | OS: | Linux (Linux (distribution independent, glibc 2.17 or later)) |
| Assigned to: | CPU Architecture: | x86 (thread-safety, options-file, regression, charset) | |
| Tags: | connector/c, is_login_file, multi-thread, mysql_options, MYSQL_READ_DEFAULT_FILE, option-file, thread-safety | ||
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
