~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/table_reader.cc

  • Committer: Stewart Smith
  • Date: 2009-02-16 06:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 887.
  • Revision ID: stewart@flamingspork.com-20090216065843-dpdgra54zfkuhwiv
Add some missing things to field storage in proto

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
  case Table::Field::DATETIME:
78
78
    cout << " DATETIME ";
79
79
    break;
 
80
  case Table::Field::VIRTUAL:
 
81
    cout << " VIRTUAL"; // FIXME
 
82
    break;
80
83
  }
81
84
 
82
85
  if (field.type() == Table::Field::INTEGER