[MDEV-13087] Bulk (insert) operations do no work anymore Created: 2017-06-14 Updated: 2017-06-14 Resolved: 2017-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | 10.2.6, 10.3 |
| Fix Version/s: | 10.2.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thomas Pollak | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | bulk | ||
| Environment: |
Windows10 x64 |
||
| Description |
|
Trying bulk operations as shown here: https://mariadb.com/kb/en/mariadb/bulk-insert-row-wise-binding/ With version 10.2.6 and 10.2 I always get the message "Server doesn't support function 'Bulk operation'", however with 10.2.3 it is working. Haven't tried revision inbetween. |
| Comments |
| Comment by Oleksandr Byelkin [ 2017-06-14 ] |
|
It will work in the next version with fresh client. Actually it should work with current server and client versions from github. I have pushed fixes today. (It will not work with old client). |
| Comment by Georg Richter [ 2017-06-14 ] |
|
Due to protocol changes we had to disable bulk operations in 10.2.6 - it will be available in 10.2.7. The source is available in 10.2 branch of server tree (and in master branch of Connector/C). |