~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-05-15 07:39:56 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515073956-zs68vor7hdg9zkyk
Remove thread_specific_used

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
    on the table name.
552
552
  */
553
553
  pthread_mutex_unlock(&LOCK_open);
554
 
  session->thread_specific_used|= tmp_table_deleted;
555
554
  error= 0;
556
555
  if (wrong_tables.length())
557
556
  {
1845
1844
      (void) rm_temporary_table(create_info->db_type, path);
1846
1845
      goto unlock_and_end;
1847
1846
    }
1848
 
    session->thread_specific_used= true;
1849
1847
  }
1850
1848
 
1851
1849
  /*