~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/thr_lock.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
void THR_LOCK_INFO::init()
116
116
{
117
 
  internal::st_my_thread_var *tmp= my_thread_var;
118
 
  thread_id= tmp->id;
 
117
  thread_id= internal::my_thread_var()->id;
119
118
  n_cursors= 0;
120
119
}
121
120