Public Member Functions | |
MyisamEngine (string name_arg) | |
virtual Cursor * | create (Table &table) |
const char ** | bas_ext () const |
int | doCreateTable (Session &, Table &table_arg, const identifier::Table &identifier, const message::Table &) |
int | doRenameTable (Session &, const identifier::Table &from, const identifier::Table &to) |
int | doDropTable (Session &, const identifier::Table &identifier) |
int | doGetTableDefinition (Session &session, const identifier::Table &identifier, message::Table &table_message) |
uint32_t | max_supported_keys () const |
uint32_t | max_supported_key_length () const |
uint32_t | max_supported_key_part_length () const |
uint32_t | index_flags (enum ha_key_alg) const |
bool | doDoesTableExist (Session &session, const identifier::Table &identifier) |
void | doGetTableIdentifiers (drizzled::CachedDirectory &directory, const drizzled::identifier::Schema &schema_identifier, drizzled::identifier::Table::vector &set_of_identifiers) |
bool | validateCreateTableOption (const std::string &key, const std::string &state) |
Private Member Functions | |
MyisamEngine (const MyisamEngine &) | |
MyisamEngine & | operator= (const MyisamEngine &) |
Definition at line 87 of file ha_myisam.cc.