~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: Brian Aker
  • Date: 2010-12-18 00:43:02 UTC
  • Revision ID: brian@tangent.org-20101218004302-4ivzuuzdkblyqe18
Refactor naming for integers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
   */
221
221
  void rollbackTransactionMessage(Session *in_session);
222
222
  /**
 
223
   * Rolls back the current statement, deleting the last Statement out of
 
224
   * the current Transaction message.
 
225
   *
 
226
   * @note This depends on having clear statement boundaries (i.e., one
 
227
   * Statement message per actual SQL statement.
 
228
   */
 
229
  void rollbackStatementMessage(Session *in_session);
 
230
  /**
223
231
   * Creates a new InsertRecord GPB message and pushes it to
224
232
   * replicators.
225
233
   *