~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_indexes.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:
54
54
    table_name.append(select->getShowTable().c_str());
55
55
    identifier::Table identifier(select->getShowSchema().c_str(), select->getShowTable().c_str());
56
56
 
57
 
    drizzled::error_t error;
58
 
    table_proto= plugin::StorageEngine::getTableMessage(getSession(), identifier, error);
 
57
    table_proto= plugin::StorageEngine::getTableMessage(getSession(), identifier);
59
58
 
60
59
    if (table_proto)
61
60
      is_tables_primed= true;