~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.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:
537
537
}
538
538
 
539
539
 
540
 
void Item_ref::make_field(Send_field *field)
 
540
void Item_ref::make_field(SendField *field)
541
541
{
542
542
  (*ref)->make_field(field);
543
543
  /* Non-zero in case of a view */