MySQL 9.1.0
Source Code Documentation
|
#include <opt_hints.h>
Public Attributes | |
const char * | hint_name |
bool | check_upper_lvl |
bool | switch_hint |
bool | irregular_hint |
true if hint requires some special handling. More... | |
bool st_opt_hint_info::check_upper_lvl |
const char* st_opt_hint_info::hint_name |
bool st_opt_hint_info::irregular_hint |
true if hint requires some special handling.
Currently it's used only for join order hints since they need special printing procedure.
bool st_opt_hint_info::switch_hint |