~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/empty_string.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:
21
21
#include CSTDINT_H
22
22
#include <drizzled/item/empty_string.h>
23
23
 
24
 
void Item_empty_string::make_field(Send_field *tmp_field)
 
24
void Item_empty_string::make_field(SendField *tmp_field)
25
25
26
26
  init_make_field(tmp_field, string_field_type());
27
27
}