MySQL 8.3.0
Source Code Documentation
GRANT_INTERNAL_INFO Struct Reference

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_accessm_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_accessm_table_access {nullptr}
 Cached internal table access. More...
 

Detailed Description

State information for internal tables grants.

This structure is part of the Table_ref, and is updated during the ACL check process.

See also
GRANT_INFO

Member Data Documentation

◆ m_schema_access

const ACL_internal_schema_access* GRANT_INTERNAL_INFO::m_schema_access {nullptr}

Cached internal schema access.

◆ m_schema_lookup_done

bool GRANT_INTERNAL_INFO::m_schema_lookup_done {false}

True if the internal lookup by schema name was done.

◆ m_table_access

const ACL_internal_table_access* GRANT_INTERNAL_INFO::m_table_access {nullptr}

Cached internal table access.

◆ m_table_lookup_done

bool GRANT_INTERNAL_INFO::m_table_lookup_done {false}

True if the internal lookup by table name was done.


The documentation for this struct was generated from the following file: