448700174 commented on issue #12315: URL: https://github.com/apache/shardingsphere/issues/12315#issuecomment-921525255
And another simple query execute failed: 2021-09-17 14:07:30.209 [http-nio-8099-exec-9] INFO ShardingSphere-SQL - Logic SQL: select s.* from care_patrol_subtask s where s.tenant_id = ? and s.task_id = ? and s.carer_id=? 2021-09-17 14:07:30.209 [http-nio-8099-exec-9] INFO ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty, window=Optional.empty) 2021-09-17 14:07:30.209 [http-nio-8099-exec-9] INFO ShardingSphere-SQL - Actual SQL: ds ::: select s.* from care_patrol_subtask_1 s where s.tenant_id = ? and s.task_id = ? and s.carer_id=? ::: [12, 1438503092900110336, 14] 2021-09-17 14:07:30.209 [http-nio-8099-exec-9] INFO ShardingSphere-SQL - Actual SQL: ds ::: select s.* from care_patrol_subtask_2 s where s.tenant_id = ? and s.task_id = ? and s.carer_id=? ::: [12, 1438503092900110336, 14] 2021-09-17 14:07:30.209 [http-nio-8099-exec-9] INFO ShardingSphere-SQL - Actual SQL: ds ::: select s.* from care_patrol_subtask_3 s where s.tenant_id = ? and s.task_id = ? and s.carer_id=? ::: [12, 1438503092900110336, 14] -- 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]
