~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/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:
1058
1058
}
1059
1059
 
1060
1060
 
1061
 
void Field::make_field(Send_field *field)
 
1061
void Field::make_field(SendField *field)
1062
1062
{
1063
1063
  if (orig_table && orig_table->s->db.str && *orig_table->s->db.str)
1064
1064
  {