MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_grant_internal_info Struct Reference

#include <table.h>

Collaboration diagram for st_grant_internal_info:

Public Attributes

bool m_schema_lookup_done
const ACL_internal_schema_accessm_schema_access
bool m_table_lookup_done
const ACL_internal_table_accessm_table_access

Detailed Description

State information for internal tables grants. This structure is part of the TABLE_LIST, and is updated during the ACL check process.

See Also
GRANT_INFO

Definition at line 238 of file table.h.

Member Data Documentation

const ACL_internal_schema_access* st_grant_internal_info::m_schema_access

Cached internal schema access.

Definition at line 243 of file table.h.

bool st_grant_internal_info::m_schema_lookup_done

True if the internal lookup by schema name was done.

Definition at line 241 of file table.h.

const ACL_internal_table_access* st_grant_internal_info::m_table_access

Cached internal table access.

Definition at line 247 of file table.h.

bool st_grant_internal_info::m_table_lookup_done

True if the internal lookup by table name was done.

Definition at line 245 of file table.h.


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