|
MySQL 5.6.14 Source Code Document
|
#include <sql_acl.h>
Static Public Member Functions | |
| static void | register_schema (const LEX_STRING *name, const ACL_internal_schema_access *access) |
| static const ACL_internal_schema_access * | lookup (const char *name) |
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 |
Definition at line 9259 of file sql_acl.cc.
|
static |
Add an internal schema to the registry.
| name | the schema name |
| access | the schema ACL specific rules |
Definition at line 9243 of file sql_acl.cc.
