~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/blitzdata.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:00:34 UTC
  • mfrom: (1830.1.5 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101010020034-d67x3d09fssxq1v6
Merge rollup of utf8 and table encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  /* Write the Meta Data for this Table. */
91
91
  tc_meta_buffer = tchdbopaque(data_table);
92
92
  write_meta_autoinc(autoinc);
93
 
  write_meta_keycount(table_info.s->keys);
 
93
  write_meta_keycount(table_info.getMutableShare()->keys);
94
94
 
95
95
  /* We're Done. */
96
96
  if (close_data_table() != 0)