Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
if rewriteBatchedStatements and useAffectedRows are used connector returns SUCCESS_NO_INFO. This is not necessary for cases, when we know, there was no change.
I have created pull request with patch on github https://github.com/MariaDB/mariadb-connector-j/pull/144
This is improvement of https://jira.mariadb.org/browse/CONJ-384.
Similar problem has been in Mysql connector. It has been fixed in https://bugs.mysql.com/bug.php?id=68562