~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/index_parts.cc

Merged trunk and use-std-unordred.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
void IndexPartsTool::Generator::fill()
98
98
{
99
99
  /* TABLE_SCHEMA */
100
 
  push(schema_name());
 
100
  push(getTableProto().schema());
101
101
 
102
102
  /* TABLE_NAME */
103
 
  push(table_name());
 
103
  push(getTableProto().name());
104
104
 
105
105
  /* INDEX_NAME */
106
106
  push(getIndex().name());