You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/06/27 11:23:08 UTC

[shardingsphere] branch master updated (349ad25a7f2 -> b483b4ca96a)

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

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


    from 349ad25a7f2 Move Map.Entry from codes into import list (#26627)
     add b483b4ca96a Support proxy prepare hint without sqlParseEnabled = true. (#26614)

No new revisions were added by this update.

Summary of changes:
 .../binary/prepare/MySQLComStmtPreparePacket.java  | 12 ++++++--
 .../prepare/MySQLComStmtPreparePacketTest.java     |  4 +--
 .../command/OpenGaussCommandPacketFactory.java     | 13 ++++----
 .../command/OpenGaussCommandPacketFactoryTest.java |  4 +--
 .../command/PostgreSQLCommandPacketFactory.java    | 14 +++++----
 .../extended/parse/PostgreSQLComParsePacket.java   | 10 +++++--
 .../query/simple/PostgreSQLComQueryPacket.java     | 12 ++++++--
 .../PostgreSQLCommandPacketFactoryTest.java        | 18 +++++------
 .../parse/PostgreSQLComParsePacketTest.java        |  2 +-
 .../query/simple/PostgreSQLComQueryPacketTest.java |  2 +-
 .../shardingsphere/infra/hint/SQLHintUtils.java    |  4 +--
 .../handler/ProxyBackendHandlerFactory.java        |  6 ++--
 .../handler/ProxyBackendHandlerFactoryTest.java    | 35 +++++++++++-----------
 .../mysql/command/MySQLCommandPacketFactory.java   |  2 +-
 .../query/binary/MySQLServerPreparedStatement.java |  3 ++
 .../execute/MySQLComStmtExecuteExecutor.java       |  3 +-
 .../prepare/MySQLComStmtPrepareExecutor.java       |  2 +-
 .../command/MySQLCommandPacketFactoryTest.java     |  3 +-
 .../admin/MySQLComResetConnectionExecutorTest.java |  3 +-
 .../MySQLComStmtSendLongDataExecutorTest.java      |  4 ++-
 .../execute/MySQLComStmtExecuteExecutorTest.java   |  7 +++--
 .../reset/MySQLComStmtResetExecutorTest.java       |  3 +-
 .../command/OpenGaussCommandExecuteEngine.java     |  9 ++++--
 .../query/simple/OpenGaussComQueryExecutor.java    |  3 +-
 .../bind/OpenGaussComBatchBindExecutorTest.java    |  4 ++-
 .../command/PostgreSQLCommandExecuteEngine.java    |  6 +++-
 .../postgresql/command/query/extended/Portal.java  |  5 ++--
 .../PostgreSQLBatchedStatementsExecutor.java       | 13 ++++----
 .../PostgreSQLServerPreparedStatement.java         |  3 ++
 .../describe/PostgreSQLComDescribeExecutor.java    |  2 +-
 .../extended/parse/PostgreSQLComParseExecutor.java |  3 +-
 .../query/simple/PostgreSQLComQueryExecutor.java   |  3 +-
 .../command/query/extended/PortalTest.java         | 18 ++++++-----
 ...egatedBatchedStatementsCommandExecutorTest.java |  3 +-
 .../PostgreSQLBatchedStatementsExecutorTest.java   |  3 +-
 .../bind/PostgreSQLComBindExecutorTest.java        |  5 ++--
 .../PostgreSQLComDescribeExecutorTest.java         | 19 ++++++++----
 .../ProxyClusterContainerConfigurationFactory.java | 12 ++++++--
 ...oxyStandaloneContainerConfigurationFactory.java | 12 ++++++--
 .../sharding_and_encrypt/cluster}/server.yaml      |  0
 .../sharding_and_encrypt/standalone}/server.yaml   |  0
 41 files changed, 185 insertions(+), 104 deletions(-)
 copy test/e2e/{operation/showprocesslist/src/test/resources/env/common/cluster/proxy/zookeeper/conf => sql/src/test/resources/env/scenario/sharding_and_encrypt/cluster}/server.yaml (100%)
 copy test/e2e/{operation/showprocesslist/src/test/resources/env/common/standalone/proxy/conf => sql/src/test/resources/env/scenario/sharding_and_encrypt/standalone}/server.yaml (100%)