534
550
or any dropped tables that need to be removed from disk
536
552
int plugin::StorageEngine::getTableDefinition(const char* path,
541
560
vector<plugin::StorageEngine *>::iterator iter=
542
561
find_if(vector_of_engines.begin(), vector_of_engines.end(),
562
StorageEngineGetTableDefition(path, NULL, NULL, true, table_proto, &err));
545
564
if (iter == vector_of_engines.end())