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 e346390 Update Readme of docker-compose (#11082) add 5452894 support mysql select statement execute with schema (#11076) No new revisions were added by this update. Summary of changes: .../token/generator/impl/TableTokenGenerator.java | 2 +- .../sharding/rewrite/token/pojo/TableToken.java | 10 +------ .../communication/SQLStatementSchemaHolder.java | 31 +++++++++++----------- .../jdbc/connection/BackendConnection.java | 20 ++++++++++---- .../text/TextProtocolBackendHandlerFactory.java | 13 ++++++--- .../TextProtocolBackendHandlerFactoryTest.java | 1 + .../frontend/command/CommandExecutorTask.java | 3 +++ .../execute/MySQLComStmtExecuteExecutor.java | 4 +++ .../fieldlist/MySQLComFieldListPacketExecutor.java | 4 +++ .../sql/common/segment/generic/OwnerSegment.java | 2 +- .../sql/common/statement/dml/SelectStatement.java | 12 ++++++++- .../sql/parser/sql/common/util/SQLUtil.java | 14 ++++++++++ .../resources/scenario/sharding/case/delete.xml | 12 ++++----- .../resources/scenario/sharding/case/select.xml | 18 ++++++------- .../test/resources/scenario/sharding/case/show.xml | 8 +++--- 15 files changed, 98 insertions(+), 56 deletions(-) copy shardingsphere-transaction/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/src/main/java/org/apache/shardingsphere/transaction/base/seata/at/SeataTransactionHolder.java => shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/SQLStatementSchemaHolder.java (60%)