strongduanmu commented on issue #11746: URL: https://github.com/apache/shardingsphere/issues/11746#issuecomment-896479421
@cqiwencom Can you try the master branch? I used the master branch to test and the routing results were normal. ``` [INFO ] 2021-08-11 11:53:59.301 [ShardingSphere-Command-1] ShardingSphere-SQL - Logic SQL: select * from actor for update [INFO ] 2021-08-11 11:53:59.301 [ShardingSphere-Command-1] ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(limit=Optional.empty, lock=Optional[org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.LockSegment@137e13b5], window=Optional.empty) [INFO ] 2021-08-11 11:53:59.301 [ShardingSphere-Command-1] ShardingSphere-SQL - Actual SQL: write_ds ::: select * from actor for update ``` -- 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]
