~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 22:07:25 UTC
  • mfrom: (2246.4.6 foreach)
  • mto: This revision was merged to the branch mainline in revision 2248.
  • Revision ID: kalebral@gmail.com-20110323220725-0whqef7r72kv7tox
Merge Olaf - Use BOOST_FOREACH

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
  output << "CreateField:(";
432
432
  output <<  field.field_name;
433
433
  output << ", ";
434
 
  output << drizzled::display::type(field.type());
 
434
  output << display::type(field.type());
435
435
  output << ", { ";
436
436
 
437
437
  if (field.flags & NOT_NULL_FLAG)