You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/11/16 13:58:56 UTC

[incubator-doris] branch master updated (55080ba -> 448df42)

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/incubator-doris.git.


    from 55080ba  [BUG] Fix colocate join memory limit problem (#4894)
     add 448df42  [Compatibility] Add table_privileges, schema_privileges and user_privileges tables(#4899)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/CMakeLists.txt                         |   4 +
 be/src/exec/schema_scanner.cpp                     |  11 ++
 be/src/exec/schema_scanner/schema_helper.cpp       |  33 ++++
 be/src/exec/schema_scanner/schema_helper.h         |  18 +++
 .../schema_schema_privileges_scanner.cpp           | 160 ++++++++++++++++++++
 ...canner.h => schema_schema_privileges_scanner.h} |  17 +--
 .../schema_table_privileges_scanner.cpp            | 168 +++++++++++++++++++++
 ...scanner.h => schema_table_privileges_scanner.h} |  17 +--
 .../schema_user_privileges_scanner.cpp             | 150 ++++++++++++++++++
 ..._scanner.h => schema_user_privileges_scanner.h} |  17 +--
 .../java/org/apache/doris/catalog/SchemaTable.java |  32 +++-
 .../org/apache/doris/mysql/privilege/PaloAuth.java | 108 +++++++++++++
 .../doris/mysql/privilege/PaloPrivilege.java       |  14 ++
 .../apache/doris/mysql/privilege/PrivTable.java    |   4 +
 .../apache/doris/service/FrontendServiceImpl.java  |  53 +++++++
 gensrc/thrift/FrontendService.thrift               |  15 ++
 16 files changed, 790 insertions(+), 31 deletions(-)
 create mode 100644 be/src/exec/schema_scanner/schema_schema_privileges_scanner.cpp
 copy be/src/exec/schema_scanner/{schema_tables_scanner.h => schema_schema_privileges_scanner.h} (72%)
 create mode 100644 be/src/exec/schema_scanner/schema_table_privileges_scanner.cpp
 copy be/src/exec/schema_scanner/{schema_tables_scanner.h => schema_table_privileges_scanner.h} (73%)
 create mode 100644 be/src/exec/schema_scanner/schema_user_privileges_scanner.cpp
 copy be/src/exec/schema_scanner/{schema_tables_scanner.h => schema_user_privileges_scanner.h} (73%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org