TeslaCN commented on issue #19849: URL: https://github.com/apache/shardingsphere/issues/19849#issuecomment-1206077397
You may try setting `useServerPrepStmts=false` in JDBC URL of ShardingSphere-Proxy or `useServerPrepStmts=true` when connecting to MySQL directly. MySQL's server prepared statement doesn't support multi queries neither. But MySQL JDBC Driver may catch exception and fallback to COM_QUERY, so you don't know there is an error occur inside the driver. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
