~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
  {
367
367
    return mem_root;
368
368
  }
 
369
 
 
370
  uint64_t xa_id;
 
371
 
 
372
  uint64_t getXaId()
 
373
  {
 
374
    return xa_id;
 
375
  }
 
376
 
 
377
  void setXaId(uint64_t in_xa_id)
 
378
  {
 
379
    xa_id= in_xa_id; 
 
380
  }
 
381
 
369
382
  /**
370
383
   * Uniquely identifies each statement object in thread scope; change during
371
384
   * statement lifetime.