~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: Brian Aker
  • Date: 2010-05-20 17:33:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: brian@gaz-20100520173340-4giiuc3xosq2fx1m
This 1) fixes issue of reset()   2) uses a better cache design to decrease
alloc calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2283
2283
 
2284
2284
  table->cursor->startTableScan(1);
2285
2285
  table->cursor->extra_opt(HA_EXTRA_CACHE,
2286
 
                         current_session->variables.read_buff_size);
 
2286
                           current_session->variables.read_buff_size);
2287
2287
  table->null_row= 0;
2288
2288
  for (;;)
2289
2289
  {