348
348
static bool doesSchemaExist(const std::string &schema_name);
349
349
static const CHARSET_INFO *getSchemaCollation(const std::string &schema_name);
350
350
static bool createSchema(const drizzled::message::Schema &schema_message);
352
353
// @note make private/protected
353
354
virtual void doGetSchemaNames(std::set<std::string>& set_of_names)