Go to the source code of this file.
Classes | |
class | drizzled::Index_hint |
Namespaces | |
namespace | drizzled |
TODO: Rename this file - func.h is stupid. | |
Defines | |
#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 |
Typedefs | |
typedef unsigned char | drizzled::index_clause_map |
Enumerations | |
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.
#define INDEX_HINT_MASK_ALL |
(INDEX_HINT_MASK_JOIN | INDEX_HINT_MASK_GROUP | \ INDEX_HINT_MASK_ORDER)
Definition at line 54 of file index_hint.h.