~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-07-11 05:59:19 UTC
  • mfrom: (1089.1.9 merge)
  • Revision ID: brian@gaz-20090711055919-m4px3crrdgta5lie
Collection of patches from new-cleanup (includes asserts for field in debug)

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);