~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_schemas.cc

  • Committer: Brian Aker
  • Date: 2010-07-09 08:40:41 UTC
  • mfrom: (1643.3.13 rollup)
  • Revision ID: brian@gaz-20100709084041-tkghyfbzwvfqypi8
MergeĀ IS

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  else
57
57
  {
58
58
    plugin::StorageEngine::getSchemaIdentifiers(getSession(), schema_names);
59
 
    schema_names.sort();
60
59
    schema_iterator= schema_names.begin();
61
60
    is_schema_primed= true;
62
61
  }