kar1rose commented on issue #12286:
URL: 
https://github.com/apache/shardingsphere/issues/12286#issuecomment-914968612


   sql print was such that 
   2021-09-08 14:34:07 logback [main] INFO  ShardingSphere-SQL - Logic SQL: 
select * from t_user t join p_order p on t.id = p.user_id 
   2021-09-08 14:34:07 logback [main] INFO  ShardingSphere-SQL - SQLStatement: 
MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty, 
window=Optional.empty)
   2021-09-08 14:34:07 logback [main] INFO  ShardingSphere-SQL - Actual SQL: 
db1 ::: select * from t_user t join p_order p on t.id = p.user_id 
   2021-09-08 14:34:07 logback [main] INFO  ShardingSphere-SQL - Actual SQL: 
db2 ::: select * from t_user t join p_order p on t.id = p.user_id 


-- 
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]


Reply via email to