~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/blitzdata.cc

  • Committer: Brian Aker
  • Date: 2010-10-12 02:56:36 UTC
  • mto: (1843.8.1 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1851.
  • Revision ID: brian@tangent.org-20101012025636-3y0hhswcxdb04c75
Cleans up some spots where we were using mutable but did not need too.

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.getMutableShare()->keys);
 
93
  write_meta_keycount(table_info.getShare()->keys);
94
94
 
95
95
  /* We're Done. */
96
96
  if (close_data_table() != 0)