~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2391
2391
  if (table == &tmp_table)
2392
2392
  {
2393
2393
    pthread_mutex_lock(&LOCK_open);
2394
 
    closefrm(table, 1);                         // Free allocated memory
 
2394
    table->closefrm(true);                              // Free allocated memory
2395
2395
    pthread_mutex_unlock(&LOCK_open);
2396
2396
  }
2397
2397
  return(error);