~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_definition_cache.cc

  • Committer: Brian Aker
  • Date: 2010-03-16 17:52:35 UTC
  • Revision ID: brian@gaz-20100316175235-hp5cuqqx1aewadrv
Update/fix for leak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  push(share->getSchemaName(arg));
104
104
 
105
105
  /* TABLE_NAME  2 */
106
 
  push(share->getTableName());
 
106
  push(share->getTableName(arg));
107
107
 
108
108
  /* VERSION 3 */
109
109
  push(static_cast<int64_t>(share->getVersion()));