My Project
Public Attributes
st_lookup_field_values Struct Reference

List of all members.

Public Attributes

LEX_STRING db_value
LEX_STRING table_value
bool wild_db_value
bool wild_table_value

Detailed Description

Condition pushdown used for INFORMATION_SCHEMA / SHOW queries. This structure is to implement an optimization when accessing data dictionary data in the INFORMATION_SCHEMA or SHOW commands. When the query contain a TABLE_SCHEMA or TABLE_NAME clause, narrow the search for data based on the constraints given.


Member Data Documentation

Value of a TABLE_SCHEMA clause. Note that this value length may exceed NAME_LEN.

See also:
wild_db_value

Value of a TABLE_NAME clause. Note that this value length may exceed NAME_LEN.

See also:
wild_table_value

True when db_value is a LIKE clause, false when db_value is an '=' clause.

True when table_value is a LIKE clause, false when table_value is an '=' clause.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines