Go to the source code of this file.
|
| | drizzled |
| | TODO: Rename this file - func.h is stupid.
|
| |
|
| | drizzled |
| | TODO: Rename this file - func.h is stupid.
|
| |
|
|
#define | INDEX_HINT_MASK_JOIN (1) |
| |
|
#define | INDEX_HINT_MASK_GROUP (1 << 1) |
| |
|
#define | INDEX_HINT_MASK_ORDER (1 << 2) |
| |
|
#define | INDEX_HINT_MASK_ALL (INDEX_HINT_MASK_JOIN | INDEX_HINT_MASK_GROUP | INDEX_HINT_MASK_ORDER) |
| |
|
|
typedef unsigned char | drizzled::index_clause_map |
| |
|
| enum | index_hint_type { INDEX_HINT_IGNORE,
INDEX_HINT_USE,
INDEX_HINT_FORCE
} |
| |
Defines the API for index hints
Definition in file index_hint.h.