~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Lee Bieber
  • Date: 2011-02-11 02:00:55 UTC
  • mfrom: (2155.1.3 build)
  • Revision ID: kalebral@gmail.com-20110211020055-xck466i0geihtgc8
Merge Stewart - moves mark_transaction_to_rollback to be a method in Session
Merge Vijay -  715789: test-drizzle, test-jp etc dont run check
Merge Stewart - 565053: Fork to background

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
namespace drizzled
262
262
{
263
263
 
264
 
DRIZZLED_API void mark_transaction_to_rollback(Session *session, bool all);
265
 
 
266
264
/**
267
265
  Storage engine specific thread local data.
268
266
*/
1292
1290
  bool endTransaction(enum enum_mysql_completiontype completion);
1293
1291
  bool endActiveTransaction();
1294
1292
  bool startTransaction(start_transaction_option_t opt= START_TRANS_NO_OPTIONS);
 
1293
  void markTransactionForRollback(bool all);
1295
1294
 
1296
1295
  /**
1297
1296
   * Authenticates users, with error reporting.