jingshanglu commented on issue #14541: URL: https://github.com/apache/shardingsphere/issues/14541#issuecomment-1006367722
@userkdg Normally, it also come when app connect to MySQL using connection pool. You open a connection by MySQL-Client to MySQL, run `set transaction read only` and some sql, then you reuse the conn, and run a `insert`, it also appear. In proxy, only in a connection from app to proxy, proxy will reuse connection to DB. -- 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]
