~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_columns.cc

  • Committer: Brian Aker
  • Date: 2011-02-13 05:14:35 UTC
  • mto: (2170.1.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2172.
  • Revision ID: brian@tangent.org-20110213051435-1ffxd9jr1emkq21j
Merge in error wasteful removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    table_name.append(select->getShowTable().c_str());
68
68
    identifier::Table identifier(select->getShowSchema().c_str(), select->getShowTable().c_str());
69
69
 
70
 
    drizzled::error_t junk;
71
 
    table_proto= plugin::StorageEngine::getTableMessage(getSession(), identifier, junk);
 
70
    table_proto= plugin::StorageEngine::getTableMessage(getSession(), identifier);
72
71
 
73
72
    if (table_proto)
74
73
      is_tables_primed= true;