Drizzled Public API Documentation

MyisamEngine Class Reference
Inheritance diagram for MyisamEngine:

Public Member Functions

 MyisamEngine (string name_arg)
 
virtual Cursorcreate (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)
 

Detailed Description

Definition at line 77 of file ha_myisam.cc.


The documentation for this class was generated from the following file: