[CONC-655] Incompatibility with MySQL server Created: 2023-07-11 Updated: 2023-07-11 Resolved: 2023-07-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Prepared Statements |
| Affects Version/s: | 3.2.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sharon He | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows, MacOS |
||
| Description |
|
I'm following the example https://mariadb.com/kb/en/bulk-insert-column-wise-binding/. When I'm connected to a MySQL server, and execute the code, such error is throw: When executing the same code against a MariaDB server, it works fine. |
| Comments |
| Comment by Georg Richter [ 2023-07-11 ] |
|
The error message tells you that bulk operations are not supported using a MySQL server. Do you really expect that we will implement this feature in MySQL? |