~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-21 20:18:40 UTC
  • mto: (2245.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110321201840-izqw5whmv3acex6x
Refactor Session::transaction (partial)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2205
2205
  impl_->properties.setProperty(arg, value);
2206
2206
}
2207
2207
 
 
2208
my_xid Session::getTransactionId()
 
2209
{
 
2210
  return transaction.xid_state.xid.quick_get_my_xid();
 
2211
}
 
2212
 
2208
2213
const std::string& display::type(drizzled::Session::global_read_lock_t type)
2209
2214
{
2210
2215
  static const std::string NONE= "NONE";