~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4821
4821
  (void) table->file->close();                  // This deletes the table !
4822
4822
  delete table->file;
4823
4823
  table->file=0;
4824
 
  share.db_plugin= plugin_lock(&share.db_plugin);
4825
4824
  new_table.s= table->s;                       // Keep old share
4826
4825
  *table= new_table;
4827
4826
  *table->s= share;