~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/named_savepoint.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  {
65
65
    return name;
66
66
  }
67
 
  const std::string &getName()
68
 
  {
69
 
    return name;
70
 
  }
71
67
  message::Transaction *getTransactionMessage() const
72
68
  {
73
69
    return transaction_message;
89
85
  std::string name;
90
86
  TransactionContext::ResourceContexts resource_contexts;
91
87
  message::Transaction *transaction_message;
92
 
  NamedSavepoint();
93
88
};
94
89
 
95
90
} /* namespace drizzled */