~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

Collection of patches/bug fixes from new-cleanup tree (none of the
Table/other fixes are included).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1088
1088
                  SQL_LIST *order, ha_rows rows, uint64_t options,
1089
1089
                  bool reset_auto_increment);
1090
1090
bool mysql_truncate(Session *session, TableList *table_list, bool dont_send_ok);
1091
 
uint32_t create_table_def_key(char *key, TableList *table_list);
1092
1091
TableShare *get_table_share(Session *session, TableList *table_list, char *key,
1093
1092
                             uint32_t key_length, uint32_t db_flags, int *error);
1094
1093
void release_table_share(TableShare *share);