~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: Lee Bieber
  • Date: 2010-12-09 19:40:05 UTC
  • mfrom: (1991.1.2 build)
  • Revision ID: kalebral@gmail.com-20101209194005-hpxailmc9afmvelh
Remove disabling of drizzleslap test
Merge Shrews - fix bug 683147: Large row affecting statements failing mid-transaction may not get undone properly by TransactionServices if part of multi-message Transaction

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
   *