~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/show_indexes.cc

  • Committer: Brian Aker
  • Date: 2010-03-18 01:23:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1356.
  • Revision ID: brian@gaz-20100318012359-fga2gebt8b0nbksi
Modify ptr to reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
  is_tables_primed= plugin::StorageEngine::getTableDefinition(*session,
54
54
                                                              identifier,
55
 
                                                              &table_proto);
 
55
                                                              table_proto);
56
56
}
57
57
 
58
58
bool ShowIndexes::Generator::nextIndexCore()