~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2011-01-26 08:00:35 UTC
  • mfrom: (2114.3.3 catalogs)
  • Revision ID: brian@tangent.org-20110126080035-krymgerw0zyj3ul1
Merge in fix for show schemas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
686
686
 
687
687
void StorageEngine::getIdentifiers(Session &session, const identifier::Schema &schema_identifier, identifier::Table::vector &set_of_identifiers)
688
688
{
689
 
  static identifier::Schema INFORMATION_SCHEMA_IDENTIFIER("information_schema");
690
 
  static identifier::Schema DATA_DICTIONARY_IDENTIFIER("data_dictionary");
 
689
  static identifier::Schema INFORMATION_SCHEMA_IDENTIFIER("INFORMATION_SCHEMA");
 
690
  static identifier::Schema DATA_DICTIONARY_IDENTIFIER("DATA_DICTIONARY");
691
691
 
692
692
  CachedDirectory directory(schema_identifier.getPath(), set_of_table_definition_ext);
693
693