Raigor
Raigor
## Bug Report ### Which version of ShardingSphere did you use? master 31fc9afcf04eb95d433ac119a722fdc82d24b203 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Return correct query results...
Hi community, Now Proxy already supports specifying different password authentication methods for users, which provides users with more choices. We have implemented: - [MySQL](https://github.com/apache/shardingsphere/blob/master/proxy/frontend/type/mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/authentication/authenticator/MySQLAuthenticatorType.java) - mysql_native_password - mysql_clear_password - caching_sha2_password...
According to [Parser Conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/#contributor-covenant-g4-of-conduct), blank line should have no indents https://shardingsphere.apache.org/community/en/involved/conduct/code/#contributor-covenant-g4-of-conduct ### shardingsphere-parser-sql-mysql ### shardingsphere-parser-sql-hive
## Bug Report ### Which version of ShardingSphere did you use? master 6f2c8a3886857e7c54977d30f840dce193b7a6b0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior When managing rules in...
Changes proposed in this pull request: - Rename ShowLogicalTableExecutor to ShowLogicalTablesExecutor - Rename ShowSingleTableExecutor to ShowSingleTablesExecutor - Rename ShowUnloadedSingleTableExecutor to ShowUnloadedSingleTablesExecutor - Import syntax of `SHOW SINGLE TABLES`
## Bug Report ### Which version of ShardingSphere did you use? 5.5.1-SNAPSHOT master e55969073952e82c9192f1876d48bec3dba511c6 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Actual behavior - Client ```plain...
### Which version of ShardingSphere did you use? 5.5.3-SNAPSHOT c1c77b20dabab3d87813262c3139dcba6535787c ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior When building a SingleRule, only load the...
## Bug Report ### Which version of ShardingSphere did you use? 5.5.3-SNAPSHOT 0fc1e1b7717d7a6dcfdb996fa9f87ca7e99c0ad9 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior `show tables status from...
## Bug Report ### Which version of ShardingSphere did you use? master ce2934fa ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior SQL rewritten correctly ###...