~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum_nested_loop_state.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ENUM_NESTED_LOOP_STATE_H
21
21
#define DRIZZLED_ENUM_NESTED_LOOP_STATE_H
22
22
 
 
23
namespace drizzled
 
24
{
 
25
 
23
26
/** The states in which a nested loop join can be in */
24
27
enum enum_nested_loop_state
25
28
{
38
41
typedef int (*Read_record_func)(JoinTable *tab);
39
42
Next_select_func setup_end_select_func(JOIN *join);
40
43
 
 
44
} /* namespace drizzled */
 
45
 
41
46
#endif /* DRIZZLED_ENUM_NESTED_LOOP_STATE_H */