New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ER_UNKNOWN_STMT_HANDLER when executing a batch insert #170
Comments
|
Connector never send value 0 as statement id (= prepared statement handler), so this is more probably a server issue, but i cannot be sure without additional info. If reproductible, would you add Do you use galera ? I've seen a galera issue some time ago resulting with same kind of error. |
|
I turned on the debug. (It might be galera, not sure how to check) |
|
Thanks for debug report, that show me that something clearly is wrong server side. I've created https://jira.mariadb.org/browse/CONJS-174 for more investigation, to identify server issue. |
Trying to do a batch insert, but I keep hitting a ER_UNKNOWN_STMT_HANDLER error.
I managed to rewrite it using
query, but I would like to figure out how to do it usingbatchHere is the code I have:
Full Error:
MariaDB Version: 10.3.13
The text was updated successfully, but these errors were encountered: