| MySQL 5.6.14 Source Code Document
    | 
#include <table.h>

| Public Attributes | |
| bool | m_schema_lookup_done | 
| const ACL_internal_schema_access * | m_schema_access | 
| bool | m_table_lookup_done | 
| const ACL_internal_table_access * | m_table_access | 
State information for internal tables grants. This structure is part of the TABLE_LIST, and is updated during the ACL check process.
| const ACL_internal_schema_access* st_grant_internal_info::m_schema_access | 
| bool st_grant_internal_info::m_schema_lookup_done | 
| const ACL_internal_table_access* st_grant_internal_info::m_table_access | 
| bool st_grant_internal_info::m_table_lookup_done |