MySQL 9.1.0
Source Code Documentation
|
State information for internal tables grants. More...
#include <table.h>
Public Attributes | |
bool | m_schema_lookup_done {false} |
True if the internal lookup by schema name was done. More... | |
const ACL_internal_schema_access * | m_schema_access {nullptr} |
Cached internal schema access. More... | |
bool | m_table_lookup_done {false} |
True if the internal lookup by table name was done. More... | |
const ACL_internal_table_access * | m_table_access {nullptr} |
Cached internal table access. More... | |
State information for internal tables grants.
This structure is part of the Table_ref, and is updated during the ACL check process.
const ACL_internal_schema_access* GRANT_INTERNAL_INFO::m_schema_access {nullptr} |
Cached internal schema access.
bool GRANT_INTERNAL_INFO::m_schema_lookup_done {false} |
True if the internal lookup by schema name was done.
const ACL_internal_table_access* GRANT_INTERNAL_INFO::m_table_access {nullptr} |
Cached internal table access.
bool GRANT_INTERNAL_INFO::m_table_lookup_done {false} |
True if the internal lookup by table name was done.