~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
1272
1272
}
1273
1273
 
1274
1274
 
1275
 
/* This is used to generate a field in TABLE from TABLE_SHARE */
 
1275
/* This is used to generate a field in Table from TABLE_SHARE */
1276
1276
 
1277
1277
Field *Field::clone(MEM_ROOT *root, Table *new_table)
1278
1278
{