godojoe commented on issue #30283: URL: https://github.com/apache/shardingsphere/issues/30283#issuecomment-1965962893
I cannot see the SQL in the shardingsphere logs, even though I have set `sql-show: true` in global.yaml. But I do see lots of errors such as this: `java.sql.SQLException: 'information_schema.INNODB_TABLESTATS' is not VIEW`, `java.sql.SQLException: 'information_schema.INNODB_TRX' is not VIEW` And yes, I have not setup any database rule: I was hoping shardingsphere would simply broadcast my sql queries and union the results. (I am only performing SELECTs..). I just used the config from the latest release notes: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/yaml-config/ -- 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]
