[CONJ-676] Behavior of MariaDB 10.3.11 batch update processing changed from non-atomic insert to atomic insert Created: 2019-01-22 Updated: 2019-03-13 Resolved: 2019-03-13 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | batch |
| Affects Version/s: | 2.2.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yekaterina | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Compatibility | ||
| Environment: |
Linux 3.10.0-862.el7.x86_64 |
||
| Attachments: |
|
| Description |
|
When we switched from MariaDB 10.1.16 server to Mariadb 10.3.11, the behavior of MariaDB batch update processing changed from non-atomic insert to atomic insert. This is an upward compatibility issue for us. |
| Comments |
| Comment by Diego Dupin [ 2019-01-23 ] |
|
Since 10.2, the server has a new command to permit bulk insert ( The Java connector can use that functionality if the server has this capability, and according to connector option `useBulkStmts`. |
| Comment by Yekaterina [ 2019-01-24 ] |
|
Hi, |