Detailed Description
Definition at line 8408 of file sql_show.cc.
Member Function Documentation
ACL_internal_access_result IS_internal_schema_access::check |
( |
ulong |
want_access, |
|
|
ulong * |
save_priv |
|
) |
| const |
|
virtual |
Check access to an internal schema.
- Parameters
-
| want_access | the privileges requested |
[in,out] | save_priv | the privileges granted |
- Returns
- Return values
-
ACL_INTERNAL_ACCESS_GRANTED | All the requested privileges are granted, and saved in save_priv. |
ACL_INTERNAL_ACCESS_DENIED | At least one of the requested privileges was denied. |
ACL_INTERNAL_ACCESS_CHECK_GRANT | No requested privilege was denied, and grant should be checked for at least one privilege. Requested privileges that are granted, if any, are saved in save_priv. |
Implements ACL_internal_schema_access.
Definition at line 8424 of file sql_show.cc.
The documentation for this class was generated from the following file: