169
170
bool Schema::doDropSchema(const identifier::Schema &schema_identifier)
173
172
string schema_file(schema_identifier.getPath());
174
173
schema_file.append(1, FN_LIBCHAR);
175
174
schema_file.append(MY_DB_OPT_FILE);
180
179
// No db.opt file, no love from us.