MySQL 8.4.0
Source Code Documentation

Implementation of internal ACL checks, for the performance schema. More...

Inheritance diagram for PFS_internal_schema_access:
[legend]

Public Member Functions

 PFS_internal_schema_access ()=default
 
 ~PFS_internal_schema_access () override=default
 
ACL_internal_access_result check (ulong want_access, ulong *save_priv, bool any_combination_will_do) const override
 Check access to an internal schema. More...
 
const ACL_internal_table_accesslookup (const char *name) const override
 Search for per table ACL access rules by table name. More...
 
- Public Member Functions inherited from ACL_internal_schema_access
 ACL_internal_schema_access ()=default
 
virtual ~ACL_internal_schema_access ()=default
 

Detailed Description

Implementation of internal ACL checks, for the performance schema.

Constructor & Destructor Documentation

◆ PFS_internal_schema_access()

PFS_internal_schema_access::PFS_internal_schema_access ( )
default

◆ ~PFS_internal_schema_access()

PFS_internal_schema_access::~PFS_internal_schema_access ( )
overridedefault

The documentation for this class was generated from the following file: