~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_cache.cc

  • Committer: Brian Aker
  • Date: 2010-11-08 21:03:52 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1917.
  • Revision ID: brian@tangent.org-20101108210352-vthbzdksgrcj4nax
Remove a bunch of dead code from within table share.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
  push(static_cast<int64_t>(table->getShare()->getVersion()));
129
129
 
130
130
  /* IS_NAME_LOCKED 5 */
131
 
  push(table->getShare()->isNameLock());
 
131
  push(table->isNameLock());
132
132
 
133
133
  /* ROWS 6 */
134
134
  push(static_cast<uint64_t>(table->getCursor().records()));