~jobinau/drizzle/bug_654164

« back to all changes in this revision

Viewing changes to drizzled/thr_lock.cc

  • Committer: Brian Aker
  • Date: 2010-11-27 13:42:52 UTC
  • mfrom: (1954.1.4 refactor)
  • Revision ID: brian@tangent.org-20101127134252-saoy83851uoait87
remove dead code around old locks

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
void THR_LOCK_INFO::init()
121
121
{
122
122
  internal::st_my_thread_var *tmp= my_thread_var;
123
 
  thread= tmp->pthread_self;
124
123
  thread_id= tmp->id;
125
124
  n_cursors= 0;
126
125
}