~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/commit.h

  • Committer: Brian Aker
  • Date: 2009-09-24 06:11:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1135.
  • Revision ID: brian@gaz-20090924061154-y81qqckcbv12dekd
A few more cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  {}
40
40
 
41
41
  bool execute();
 
42
 
 
43
  /* Was the CHAIN option using in COMMIT/ROLLBACK? */
 
44
  bool tx_chain;
 
45
 
 
46
  /* Was the RELEASE option used in COMMIT/ROLLBACK? */
 
47
  bool tx_release;
42
48
};
43
49
 
44
50
} /* end namespace statement */