MySQL 9.1.0
Source Code Documentation
|
#include <sql_lex.h>
Public Member Functions | |
Index_hint (const char *str, uint length) | |
void | print (const THD *thd, String *str) |
Print an index hint. More... | |
Public Attributes | |
enum index_hint_type | type |
index_clause_map | clause |
LEX_CSTRING | key_name |
|
inline |
Print an index hint.
Prints out the USE|FORCE|IGNORE index hint.
thd | the current thread | |
[out] | str | appends the index hint here |
index_clause_map Index_hint::clause |
LEX_CSTRING Index_hint::key_name |
enum index_hint_type Index_hint::type |