MySQL 8.3.0
Source Code Documentation

Privileges for updatable tables. More...

#include <pfs_engine_table.h>

Inheritance diagram for PFS_updatable_acl:
[legend]

Public Member Functions

 PFS_updatable_acl ()=default
 
 ~PFS_updatable_acl () override=default
 
ACL_internal_access_result check (ulong want_access, ulong *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 updatable tables.

Operations allowed are SELECT and UPDATE.

Constructor & Destructor Documentation

◆ PFS_updatable_acl()

PFS_updatable_acl::PFS_updatable_acl ( )
default

◆ ~PFS_updatable_acl()

PFS_updatable_acl::~PFS_updatable_acl ( )
overridedefault

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