~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/columns.cc

Merged trunk and use-std-unordred.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
void ColumnsTool::Generator::fill()
116
116
{
117
117
  /* TABLE_SCHEMA */
118
 
  push(schema_name());
 
118
  push(getTableProto().schema());
119
119
 
120
120
  /* TABLE_NAME */
121
 
  push(table_name());
 
121
  push(getTableProto().name());
122
122
 
123
123
  /* COLUMN_NAME */
124
124
  push(column.name());