jlovej commented on issue #14550:
URL: 
https://github.com/apache/shardingsphere/issues/14550#issuecomment-1006377872


   > @jlovej Can you give your use case? such as SQL from app to 
`sharding-jdbc` and others ?
   
   If the application is not convenient, you can provide related logs,logsInfo:
   
   Registering transaction synchronization for SqlSession 
[org.apache.ibatis.session.defaults.DefaultSqlSession@7b81283]
   JDBC Connection [io.seata.rm.datasource.ConnectionProxy@2c673dec] will be 
managed by Spring
   ==>  Preparing: INSERT INTO t_order ( order_id,user_id,order_no,create_time 
) VALUES( ?,?,?,? ) 
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -Logic SQL: 
SELECT * FROM t_order LIMIT 1
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -SQLStatement: 
MySQLSelectStatement(limit=Optional[org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment@4b9a2d73],
 lock=Optional.empty, window=Optional.empty)
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds0 
::: SELECT * FROM t_order0 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds0 
::: SELECT * FROM t_order1 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds0 
::: SELECT * FROM t_order2 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.732 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds0 
::: SELECT * FROM t_order3 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds1 
::: SELECT * FROM t_order0 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds1 
::: SELECT * FROM t_order1 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds1 
::: SELECT * FROM t_order2 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds1 
::: SELECT * FROM t_order3 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds2 
::: SELECT * FROM t_order0 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds2 
::: SELECT * FROM t_order1 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds2 
::: SELECT * FROM t_order2 ORDER BY order_id ASC  LIMIT 1
   2022-01-06 16:33:25.733 [] [main] INFO  ShardingSphere-SQL -Actual SQL: ds2 
::: SELECT * FROM t_order3 ORDER BY order_id ASC  LIMIT 1
   
   Do you need any more information
   


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