606
584
static SchemaIdentifier INFORMATION_SCHEMA_IDENTIFIER("information_schema");
607
585
static SchemaIdentifier DATA_DICTIONARY_IDENTIFIER("data_dictionary");
609
void StorageEngine::getTableNames(Session &session, const SchemaIdentifier &schema_identifier, TableNameList &set_of_names)
623
my_error(ER_BAD_DB_ERROR, MYF(ME_BELL+ME_WAITTANG), const_cast<SchemaIdentifier &>(schema_identifier).getSQLPath().c_str());
625
my_error(ER_CANT_READ_DIR, MYF(ME_BELL+ME_WAITTANG), directory.getPath(), errno);
636
587
void StorageEngine::getTableIdentifiers(Session &session, const SchemaIdentifier &schema_identifier, TableIdentifiers &set_of_identifiers)
638
589
CachedDirectory directory(schema_identifier.getPath(), set_of_table_definition_ext);