~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2009-11-20 22:34:27 UTC
  • mto: (1223.1.7 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1225.
  • Revision ID: brian@gaz-20091120223427-9knkzo5a04cufgmz
Removes options from DDL left in Cursor for admin operations (they were
MyISAM specific... we need to put in a generic one).

Note: Left checksum and its ability to do internal/external.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  int rnd_init(bool scan=1);
135
135
  int rnd_next(unsigned char *buf);
136
136
  int rnd_pos(unsigned char * buf, unsigned char *pos);
137
 
  bool check_and_repair(Session *session);
138
 
  int check(Session* session, HA_CHECK_OPT* check_opt);
139
 
  bool is_crashed() const;
140
137
  int rnd_end();
141
138
  int repair(Session* session, HA_CHECK_OPT* check_opt);
142
139
  /* This is required for SQL layer to know that we support autorepair */
143
 
  bool auto_repair() const { return 1; }
144
140
  void position(const unsigned char *record);
145
141
  int info(uint);
146
142
  int delete_all_rows(void);