~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2008-07-13 01:28:21 UTC
  • Revision ID: brian@tangent.org-20080713012821-rzjl550us0n27aoi
Code cleanup. Mainly dead stuff :)

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,