~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-04-08 06:32:01 UTC
  • mfrom: (971.1.20 mordred)
  • Revision ID: brian@gaz-20090408063201-2wfvc8pfqtbyid1z
Merge Monty

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;