28
28
#ifndef DRIZZLED_JOIN_TABLE_H
29
29
#define DRIZZLED_JOIN_TABLE_H
50
44
/* Values for JoinTable::packed_info */
51
45
#define TAB_INFO_HAVE_VALUE 1
52
46
#define TAB_INFO_USING_INDEX 2
53
47
#define TAB_INFO_USING_WHERE 4
54
48
#define TAB_INFO_FULL_SCAN_ON_NULL 8
56
53
/** Description of an access method */