~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
1207
1207
}
1208
1208
 
1209
1209
 
1210
 
/* This is used to generate a field in Table from TABLE_SHARE */
 
1210
/* This is used to generate a field in Table from TableShare */
1211
1211
 
1212
1212
Field *Field::clone(MEM_ROOT *root, Table *new_table)
1213
1213
{
1616
1616
}
1617
1617
 
1618
1618
 
1619
 
Field *make_field(TABLE_SHARE *share, MEM_ROOT *root,
 
1619
Field *make_field(TableShare *share, MEM_ROOT *root,
1620
1620
                  unsigned char *ptr, uint32_t field_length,
1621
1621
                  unsigned char *null_pos, unsigned char null_bit,
1622
1622
                  uint32_t pack_flag,