~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-19 16:22:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2301.
  • Revision ID: olafvdspek@gmail.com-20110419162244-t3xugf3stl6pwh80
XID

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
 
564
564
  mem_root->reset_root_defaults(variables.query_alloc_block_size,
565
565
                                variables.query_prealloc_size);
566
 
  transaction.xid_state.xid.null();
 
566
  transaction.xid_state.xid.set_null();
567
567
  transaction.xid_state.in_session=1;
568
568
  if (use_usage)
569
569
    resetUsage();