My Project
|
Public Attributes | |
LEX_STRING | db_value |
LEX_STRING | table_value |
bool | wild_db_value |
bool | wild_table_value |
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.
LEX_STRING st_lookup_field_values::db_value |
Value of a TABLE_SCHEMA clause. Note that this value length may exceed NAME_LEN
.
LEX_STRING st_lookup_field_values::table_value |
Value of a TABLE_NAME clause. Note that this value length may exceed NAME_LEN
.
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.