~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:48:44 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328234844-ufirvtasojvjsxoc
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#define KEY_OPTIMIZE_EXISTS             1
47
47
#define KEY_OPTIMIZE_REF_OR_NULL        2
48
48
 
49
 
class Join;
50
 
 
51
49
enum_nested_loop_state sub_select_cache(Join *join, JoinTable *join_tab, bool end_of_records);
52
50
enum_nested_loop_state sub_select(Join *join,JoinTable *join_tab, bool end_of_records);
53
51
enum_nested_loop_state end_send_group(Join *join, JoinTable *join_tab, bool end_of_records);