~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: Lee Bieber
  • Date: 2011-02-06 02:27:17 UTC
  • mfrom: (2147.2.3 build)
  • Revision ID: kalebral@gmail.com-20110206022717-dv2li8ky1wf49ju3
Merge Brian - table error updates
Merge Brian - parser updates
Merge Brian - more catalog work

Show diffs side-by-side

added added

removed removed

Lines of Context:
2320
2320
    return 1;
2321
2321
  }
2322
2322
 
 
2323
  assert(table->getSession());
2323
2324
  table->cursor->extra_opt(HA_EXTRA_CACHE,
2324
 
                           current_session->variables.read_buff_size);
 
2325
                           table->getSession()->variables.read_buff_size);
2325
2326
  table->null_row= 0;
2326
2327
  for (;;)
2327
2328
  {