Due to a client bug, when performing batch updates, if you need to configure rewriteBatchedStatements = true
and useServerPrepStmts = true
, it is recommended to also configure the allowMultiQueries = true
parameter to avoid this bug.
It is suggested to modify this parameter accordingly and give it a try.