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 65bea8d Move AdministrationPrivilege to admin package (#9717)
add d41c941 Refactor ShardingSpherePrivilege (#9722)
No new revisions were added by this update.
Summary of changes:
.../model/privilege/ShardingSpherePrivilege.java | 35 ++++++++++++++++++++++
.../auth/model/privilege/data/DataPrivilege.java | 12 ++++----
.../auth/model/privilege/data/SchemaPrivilege.java | 16 +++-------
.../mysql/executor/ShowDatabasesExecutor.java | 2 +-
.../admin/mysql/executor/UseDatabaseExecutor.java | 2 +-
.../mysql/auth/MySQLAuthenticationHandler.java | 2 +-
.../admin/initdb/MySQLComInitDbExecutor.java | 2 +-
.../mysql/auth/MySQLAuthenticationHandlerTest.java | 1 -
.../auth/PostgreSQLAuthenticationHandler.java | 2 +-
9 files changed, 51 insertions(+), 23 deletions(-)