~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
849
849
  {
850
850
    tmp->init(new_table);
851
851
    tmp->move_field_offset((ptrdiff_t) (new_table->record[0] -
852
 
                                           new_table->getShare()->default_values));
 
852
                                           new_table->getDefaultValues()));
853
853
  }
854
854
  return tmp;
855
855
}