This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bada731390 [fix](restore) fix bug when replay restore and reserve
dynamic partition (#17326)
add 7e96b06e6c [Enhance](auth)Users support multiple roles (#17236)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 11 ++-
.../java/org/apache/doris/analysis/GrantStmt.java | 52 +++++++++++--
.../java/org/apache/doris/analysis/RevokeStmt.java | 46 +++++++++--
.../java/org/apache/doris/common/FeNameFormat.java | 3 +-
.../org/apache/doris/common/proc/AuthProcDir.java | 2 +-
.../org/apache/doris/mysql/privilege/Auth.java | 80 ++++++++++++++++----
.../apache/doris/mysql/privilege/RoleManager.java | 3 +-
.../doris/mysql/privilege/UserRoleManager.java | 43 +++++++++++
.../java/org/apache/doris/persist/PrivInfo.java | 14 ++++
.../org/apache/doris/mysql/privilege/AuthTest.java | 88 ++++++++++++++++++++++
.../data/account_p0/test_alter_user.out | 10 ---
.../suites/account_p0/test_alter_user.groovy | 23 ------
12 files changed, 308 insertions(+), 67 deletions(-)
delete mode 100644 regression-test/data/account_p0/test_alter_user.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]