~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_table_status.cc

  • Committer: Brian Aker
  • Date: 2010-06-01 21:48:37 UTC
  • mto: (1578.6.9 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1585.
  • Revision ID: brian@gir-2.local-20100601214837-sy5me8dwzi7t72ij
Take version and encapsulate it in TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
  push(table->getEngine()->getName());
170
170
 
171
171
  /* Version 6 */
172
 
  push(static_cast<int64_t>(table->getShare()->version));
 
172
  push(static_cast<int64_t>(table->getShare()->getVersion()));
173
173
 
174
174
  /* Rows 7 */
175
175
  push(static_cast<uint64_t>(table->getCursor().records()));