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 d25bfe44ec8 [opt](memory) Optimize mem tracker accuracy (#32039) add f0dd4507368 [enhance](auth)when assigning permissions, the current user must have corresponding permissions (#32825) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/analysis/GrantStmt.java | 198 ++++++++++----------- .../java/org/apache/doris/analysis/RevokeStmt.java | 6 +- .../java/org/apache/doris/common/ErrorCode.java | 2 + .../apache/doris/mysql/privilege/Privilege.java | 6 + .../apache/doris/datasource/CatalogMgrTest.java | 4 - .../org/apache/doris/mysql/privilege/AuthTest.java | 11 +- .../suites/account_p0/test_grant_priv.groovy | 86 +++++++++ .../account_p0/test_grant_priv_resource.groovy | 57 ++++++ .../account_p0/test_grant_priv_workload.groovy | 57 ++++++ 9 files changed, 314 insertions(+), 113 deletions(-) create mode 100644 regression-test/suites/account_p0/test_grant_priv.groovy create mode 100644 regression-test/suites/account_p0/test_grant_priv_resource.groovy create mode 100644 regression-test/suites/account_p0/test_grant_priv_workload.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org