~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: Joseph Daly
  • Date: 2010-10-21 01:10:35 UTC
  • mto: (1856.2.16 transaction_id_innodb)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101021011035-hn37i9x3nqt105be
add global_resource_manager for non innodb engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
   */
57
57
  TransactionServices()
58
58
  {
 
59
    global_resource_manager= NULL;
59
60
  }
60
61
 
61
62
  /**
486
487
                               Table *in_table,
487
488
                               const unsigned char *old_record,
488
489
                               const unsigned char *new_record);
 
490
 
 
491
  plugin::XaResourceManager *global_resource_manager;
489
492
};
490
493
 
491
494
} /* namespace drizzled */