Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
3.2.5
-
None
-
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:
Server doesn't support function 'Bulk operation'
When executing the same code against a MariaDB server, it works fine.