MySQL 9.0.0
Source Code Documentation

Privileges for editable tables. More...

#include <pfs_engine_table.h>

Inheritance diagram for PFS_editable_acl:
[legend]

Public Member Functions

 PFS_editable_acl ()=default
 
 ~PFS_editable_acl () override=default
 
ACL_internal_access_result check (Access_bitmask want_access, Access_bitmask *granted_access, bool any_combination_will_do) const override
 Check access to an internal table. More...
 
- Public Member Functions inherited from ACL_internal_table_access
 ACL_internal_table_access ()=default
 
virtual ~ACL_internal_table_access ()=default
 

Detailed Description

Privileges for editable tables.

Operations allowed are SELECT, INSERT, UPDATE, DELETE and TRUNCATE.

Constructor & Destructor Documentation

◆ PFS_editable_acl()

PFS_editable_acl::PFS_editable_acl ( )
default

◆ ~PFS_editable_acl()

PFS_editable_acl::~PFS_editable_acl ( )
overridedefault

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