~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum_nested_loop_state.h

  • Committer: Brian Aker
  • Date: 2009-07-11 07:38:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1093.
  • Revision ID: brian@gaz-20090711073837-2t11jeg84kd40n8r
Sorting methods into class files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  NESTED_LOOP_CURSOR_LIMIT= 4
32
32
};
33
33
 
 
34
class JOIN;
 
35
class JoinTable;
34
36
 
35
37
typedef enum_nested_loop_state (*Next_select_func)(JOIN *, JoinTable *, bool);
36
38
typedef int (*Read_record_func)(JoinTable *tab);