~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-05-23 00:24:25 UTC
  • mfrom: (1034.1.7 merge)
  • Revision ID: brian@gaz-20090523002425-rd9slkqwe2ip0xkh
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
610
610
  }
611
611
  pthread_mutex_lock(&LOCK_open);
612
612
err_with_placeholders:
613
 
  unlock_table_names(tables, (TableList*) 0);
 
613
  unlock_table_names(tables, NULL);
614
614
  pthread_mutex_unlock(&LOCK_open);
615
615
  session->no_warnings_for_error= 0;
 
616
 
616
617
  return(error);
617
618
}
618
619