~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-04-19 17:51:52 UTC
  • Revision ID: brian@gaz-20100419175152-lar9fncw9vhhav0d
Updates to confine memroot

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
  command= COM_SLEEP;
560
560
  set_time();
561
561
 
562
 
  reset_root_defaults(mem_root, variables.query_alloc_block_size,
563
 
                      variables.query_prealloc_size);
 
562
  mem_root->reset_root_defaults(variables.query_alloc_block_size,
 
563
                                variables.query_prealloc_size);
564
564
  transaction.xid_state.xid.null();
565
565
  transaction.xid_state.in_session=1;
566
566
}