~stewart/drizzle/remove-unused-row-type-in-table-message

« back to all changes in this revision

Viewing changes to drizzled/table_share.cc

  • Committer: Stewart Smith
  • Date: 2010-07-20 16:35:49 UTC
  • mfrom: (1638.1.28 drizzle)
  • Revision ID: stewart@flamingspork.com-20100720163549-zgcsmroyt0njr92d
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1511
1511
    }
1512
1512
 
1513
1513
    /* hack to undo f->init() */
1514
 
    f->table= NULL;
 
1514
    f->setTable(NULL);
1515
1515
    f->orig_table= NULL;
1516
1516
 
1517
1517
    f->field_index= fieldnr;