~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/table.cc

  • Committer: Brian Aker
  • Date: 2010-11-19 03:03:40 UTC
  • mto: (1945.2.1 quick)
  • mto: This revision was merged to the branch mainline in revision 1944.
  • Revision ID: brian@tangent.org-20101119030340-vw9l27v75r317o55
Added generator for table_definition cache. Now no one can touch the guts :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
973
973
  uint32_t local_null_fields= 0;
974
974
  reclength= 0;
975
975
 
976
 
  vector<uint32_t> field_offsets;
977
 
  vector<uint32_t> field_pack_length;
 
976
  std::vector<uint32_t> field_offsets;
 
977
  std::vector<uint32_t> field_pack_length;
978
978
 
979
979
  field_offsets.resize(fields);
980
980
  field_pack_length.resize(fields);