![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
A registry for per internal schema ACL. More...
#include <auth_common.h>
Static Public Member Functions | |
| static void | register_schema (const LEX_CSTRING &name, const ACL_internal_schema_access *access) | 
| Add an internal schema to the registry.  More... | |
| static const ACL_internal_schema_access * | lookup (const char *name) | 
| Search per internal schema ACL by name.  More... | |
A registry for per internal schema ACL.
An 'internal schema' is a database schema maintained by the server implementation, such as 'performance_schema' and 'INFORMATION_SCHEMA'.
      
  | 
  static | 
Search per internal schema ACL by name.
| name | a schema name | 
      
  | 
  static | 
Add an internal schema to the registry.
| name | the schema name | 
| access | the schema ACL specific rules |