[CONC-264] Bulk insert sometimes corrupts data Created: 2017-06-21 Updated: 2017-06-22 Resolved: 2017-06-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Thomas Pollak | Assignee: | Georg Richter |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows X64 localhost |
||
| Description |
|
I'm performing around 600 inserts with 3 values (unsigned long long, unsigned long long, long) each in bulks of 10 inserts within 2 or 3 sec. And usually get 1 to 6 corrupted inserts (some bit seem to shift). Not sure if it is a server or connector problem. I tested with server 10.2.4 and connector 2.3.3 and also connector 3.0.1. Maybe related to |
| Comments |
| Comment by Georg Richter [ 2017-06-21 ] |
|
Hi Thomas, could you please provide a short code snippet to repeat the problem ? Connector/C 2.3.3 doesn't provide bulk, the latest versions for bulk are in 10.2 branch (server) and master branch (Connector/C) |
| Comment by Thomas Pollak [ 2017-06-22 ] |
|
After creating a repro case I realized that this was in fact a problem of my |
| Comment by Georg Richter [ 2017-06-22 ] |
|
Thanks for the info. Closing this bug as "duplicate" of |