~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Nathan Williams
  • Date: 2009-06-05 23:18:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605231855-8ea4406867is6grf
No actual code changes. Changed Send_field to SendField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1135
1135
 
1136
1136
 
1137
1137
/* ARGSUSED */
1138
 
void Item_field::make_field(Send_field *tmp_field)
 
1138
void Item_field::make_field(SendField *tmp_field)
1139
1139
{
1140
1140
  field->make_field(tmp_field);
1141
1141
  assert(tmp_field->table_name != 0);