You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/24 15:33:45 UTC

[shardingsphere] branch master updated (2c893fd -> 761fc60)

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

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


    from 2c893fd  fix set session transaction read only (#14983)
     add 761fc60  Fixes #14814, optimize query result of `SHOW SCHEMA RESOURCES` (#14998)

No new revisions were added by this update.

Summary of changes:
 .../rql/resource/DataSourceQueryResultSet.java     | 63 +++++++++++++---------
 .../distsql/rql/DataSourceQueryResultSetTest.java  | 49 +++--------------
 .../rdl/dataset/empty_rules/mysql/add_resource.xml | 54 ++++++++++---------
 .../dataset/empty_rules/mysql/alter_resource.xml   | 50 +++++++++--------
 .../dataset/empty_rules/mysql/drop_resource.xml    | 48 +++++++++--------
 .../empty_rules/postgresql/add_resource.xml        | 54 ++++++++++---------
 .../empty_rules/postgresql/alter_resource.xml      | 50 +++++++++--------
 .../empty_rules/postgresql/drop_resource.xml       | 48 +++++++++--------
 .../cases/rql/dataset/db/mysql/show_resources.xml  | 28 ++++++----
 .../rql/dataset/db/postgresql/show_resources.xml   | 28 ++++++----
 .../mysql/show_resources.xml                       | 48 +++++++++--------
 .../postgresql/show_resources.xml                  | 48 +++++++++--------
 .../mysql/show_resources.xml                       | 48 +++++++++--------
 .../postgresql/show_resources.xml                  | 48 +++++++++--------
 .../rql/dataset/encrypt/mysql/show_resources.xml   | 10 +++-
 .../dataset/encrypt/postgresql/show_resources.xml  | 10 +++-
 .../readwrite_splitting/mysql/show_resources.xml   | 14 +++--
 .../postgresql/show_resources.xml                  | 14 +++--
 .../sharding_governance/mysql/show_resources.xml   | 10 +++-
 .../cases/rql/dataset/tbl/mysql/show_resources.xml | 10 +++-
 .../rql/dataset/tbl/postgresql/show_resources.xml  | 10 +++-
 21 files changed, 419 insertions(+), 323 deletions(-)