fix bug that system privs create any table, drop any tableallowed to access table obj also
This commit is contained in:
@ -451,6 +451,7 @@ public:
|
||||
int check_access_to_obj(const uint64_t tenant_id,
|
||||
const uint64_t user_id,
|
||||
const uint64_t obj_id,
|
||||
const common::ObString &database_name,
|
||||
const sql::stmt::StmtType stmt_type,
|
||||
const ObIArray<uint64_t> &role_id_array,
|
||||
bool &accessible,
|
||||
|
||||
Reference in New Issue
Block a user