~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-08-08 02:25:04 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1696.
  • Revision ID: brian@gaz-20100808022504-kqdt9okv5ww3byoc
LOCK_xid_cache now converted to boost.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
 
234
234
void mark_transaction_to_rollback(Session *session, bool all);
235
235
 
236
 
extern pthread_mutex_t LOCK_xid_cache;
237
 
extern HASH xid_cache;
238
 
 
239
236
/**
240
237
  Storage engine specific thread local data.
241
238
*/