TeslaCN opened a new issue, #25935: URL: https://github.com/apache/shardingsphere/issues/25935
## Bug Report ### Which version of ShardingSphere did you use? master - 3d0358736a40f79e0c5efdcff7861151c4523f24 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? Data Migration ### Expected behavior Check failed if MySQL server `log_bin` was OFF. ### Actual behavior Check passed while MySQL `log_bin` was OFF. There were multiple rows returned by the query, but the code only checked the first row.  ### Reason analyze (If you can) Caused by https://github.com/apache/shardingsphere/pull/25711 -- 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]
