[CONJ-520] "java.sql.BatchUpdateException: (conn:12908) Unknown command" exceptions when excuted batches of prepared statements Created: 2017-09-01 Updated: 2017-09-20 Resolved: 2017-09-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.1.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Yannick Schinko | Assignee: | Diego Dupin |
| Resolution: | Won't Do | Votes: | 1 |
| Labels: | unknown_command | ||
| Environment: |
Debian 9.1 |
||
| Description |
|
When executing batches of prepared statements, the attached exception occurs: I don't know what else you need. |
| Comments |
| Comment by Diego Dupin [ 2017-09-01 ] |
|
Hi BrainStone, this has been corrected with MariaDB 10.3.1 version (still Alpha). (that's why i've just added 10.3 to test suite : https://travis-ci.org/MariaDB/mariadb-connector-j/builds/270558209 ) If you still want to test 10.3.0, you can use driver, but set the option "useBulkStmts" to false. (Implementation has issue with 10.3.0). |
| Comment by Diego Dupin [ 2017-09-20 ] |
|
fixed in server |