You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2023/02/14 02:20:17 UTC

[shardingsphere] branch master updated (e5c93a9299c -> 1366f59934f)

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

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


    from e5c93a9299c Merge MySQLAuthenticationHandler and MySQLAuthenticationEngine (#24148)
     add 1366f59934f DistSQL DIST VARIABLE support internal property key (#24141)

No new revisions were added by this update.

Summary of changes:
 .../internal/InternalConfigurationPropertyKey.java  | 13 +++++++++++++
 .../ral/queryable/ShowDistVariableExecutor.java     | 18 +++++++++++++++---
 .../ral/queryable/ShowDistVariablesExecutor.java    |  4 ++++
 .../ral/updatable/SetDistVariableHandler.java       | 21 ++++++++++++++-------
 .../ral/queryable/ShowDistVariableExecutorTest.java | 12 ++++++++++++
 .../queryable/ShowDistVariablesExecutorTest.java    |  4 +++-
 .../ral/updatable/SetDistVariableExecutorTest.java  | 13 +++++++++++++
 .../ral/dataset/empty_rules/show_dist_variables.xml |  1 +
 8 files changed, 75 insertions(+), 11 deletions(-)