Bug #79177 | mysql_real_connect multithread datarace and conflicting access | ||
---|---|---|---|
Submitted: | 8 Nov 2015 20:27 | Modified: | 10 Nov 2015 10:07 |
Reporter: | А Б | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 6.1.6 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | data race, multithread, thread, thread safe, valgrind |
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
[9 Nov 2015 8:52]
А Б
[9 Nov 2015 8:53]
А Б
valgrind drd xml output
Attachment: drd.xml (text/xml), 230.85 KiB.
[9 Nov 2015 9:21]
А Б
CMake repeat bug project
Attachment: mysql_race_test.tgz (application/x-gzip, text), 1.68 KiB.
[10 Nov 2015 10:08]
Chiranjeevi Battula
Output file.
Attachment: 79177_mysql_race.out (application/octet-stream, text), 21.45 KiB.