~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:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

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
  /*