~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_definition_cache.cc

merge innobase 1.0.9 build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
  push(static_cast<uint64_t>(share->getTableCount()));
113
113
 
114
114
  /* IS_NAME_LOCKED */
115
 
  push(share->isNameLock());
 
115
  push(false);
116
116
}