~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/start_transaction.cc

  • Committer: Brian Aker
  • Date: 2009-11-04 19:24:05 UTC
  • mfrom: (1206.1.4 staging)
  • Revision ID: brian@gaz-20091104192405-oe9t25mvcmuma9ai
Merge of Padraig && Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  /*
38
38
     Breakpoints for backup testing.
39
39
   */
40
 
  if (! session->startTransaction())
 
40
  if (! session->startTransaction(start_transaction_opt))
41
41
  {
42
42
    return true;
43
43
  }