~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: Joseph Daly
  • Date: 2010-10-29 02:01:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101029020129-a981fu3ia5aaeppr
code cleanup, test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
 
433
433
  void allocateNewTransactionId();
434
434
 
435
 
  /**
436
 
   * DEBUG ONLY.  See plugin::TransactionLog::truncate()
437
 
   */
438
 
  void resetTransactionId()
439
 
  {
440
 
  }
441
 
 
442
435
  /**************
443
436
   * Events API
444
437
   **************/