~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_indexes.cc

updating to latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  index_iterator(0),
45
45
  index_part_iterator(0)
46
46
{
 
47
  if (not isShowQuery())
 
48
    return;
 
49
 
47
50
  statement::Show *select= static_cast<statement::Show *>(getSession().lex->statement);
48
51
 
49
52
  if (not select->getShowTable().empty() && not select->getShowSchema().empty())