~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
  bool auto_repair() const { return 1; }
153
153
  void position(const uchar *record);
154
154
  int info(uint);
155
 
  int extra(enum ha_extra_function operation);
156
155
  int delete_all_rows(void);
157
156
  int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info);
158
157
  bool check_if_incompatible_data(HA_CREATE_INFO *info,