This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from fde2649  Update _index.en.md (#12262)
     add 8c6c41b  Supplement the supported SQL required by DataGrip & WorkBench 
(#12239)

No new revisions were added by this update.

Summary of changes:
 .../admin/mysql/MySQLAdminExecutorFactory.java     | 28 +++++++++--
 .../MySQLInformationSchemaExecutorFactory.java     |  2 +-
 ...Executor.java => ShowConnectionIdExecutor.java} | 10 ++--
 ...ecutor.java => ShowCreateDatabaseExecutor.java} | 46 +++++++++---------
 ...eExecutor.java => ShowCurrentUserExecutor.java} | 21 ++++++--
 ...Executor.java => ShowTablesStatusExecutor.java} | 31 +++++-------
 ...abaseExecutor.java => ShowVersionExecutor.java} | 11 +++--
 .../executor/ShowConnectionIdExecutorTest.java     | 38 +++++++--------
 ...st.java => ShowCreateDatabaseExecutorTest.java} | 25 +++++-----
 ...rTest.java => ShowCurrentUserExecutorTest.java} | 56 +++++++++++-----------
 ...Test.java => ShowTablesStatusExecutorTest.java} | 22 +++++----
 .../mysql/executor/ShowVersionExecutorTest.java    | 30 ++++++------
 .../impl/MySQLDALStatementSQLVisitor.java          |  9 ++++
 ....java => MySQLShowCreateDatabaseStatement.java} | 10 +++-
 14 files changed, 189 insertions(+), 150 deletions(-)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowCurrentDatabaseExecutor.java
 => ShowConnectionIdExecutor.java} (85%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowTablesExecutor.java
 => ShowCreateDatabaseExecutor.java} (60%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowCurrentDatabaseExecutor.java
 => ShowCurrentUserExecutor.java} (62%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowTablesExecutor.java
 => ShowTablesStatusExecutor.java} (67%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowCurrentDatabaseExecutor.java
 => ShowVersionExecutor.java} (83%)
 copy 
shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/query/binary/execute/protocol/MySQLInt8BinaryProtocolValueTest.java
 => 
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/ShowConnectionIdExecutorTest.java
 (55%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowTablesExecutorTest.java
 => ShowCreateDatabaseExecutorTest.java} (84%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowTablesExecutorTest.java
 => ShowCurrentUserExecutorTest.java} (59%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/{ShowTablesExecutorTest.java
 => ShowTablesStatusExecutorTest.java} (87%)
 copy 
shardingsphere-mode/shardingsphere-mode-core/src/test/java/org/apache/shardingsphere/mode/persist/service/impl/PropertiesPersistServiceTest.java
 => 
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/ShowVersionExecutorTest.java
 (55%)
 copy 
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/{MySQLShowCreateFunctionStatement.java
 => MySQLShowCreateDatabaseStatement.java} (86%)

Reply via email to