~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
2140
2140
  assert(0);
2141
2141
}
2142
2142
 
2143
 
int  init_read_record_seq(JoinTable *tab);
2144
 
int join_read_always_key_or_null(JoinTable *tab);
2145
 
int join_read_next_same_or_null(ReadRecord *info);
2146
 
 
2147
2143
int subselect_single_select_engine::exec()
2148
2144
{
2149
2145
  char const *save_where= session->where;