~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
bool optimize_table(Session* session, TableList* table_list,
57
57
                    HA_CHECK_OPT* check_opt);
58
58
 
59
 
void write_bin_log(Session *session, const std::string &query);
60
 
 
61
59
bool is_primary_key(KeyInfo *key_info);
62
60
const char* is_primary_key_name(const char* key_name);
63
61
bool check_engine(Session *, const char *, message::Table *, HA_CREATE_INFO *);