~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
  */
114
114
  drizzled::ha_rows estimate_rows_upper_bound() { return HA_POS_ERROR; }
115
115
 
116
 
  int open(const char *name, int mode, uint32_t open_options);
 
116
  int doOpen(const drizzled::TableIdentifier &identifier, int mode, uint32_t test_if_locked);
 
117
  int open(const char *, int , uint32_t ) { assert(0); return -1; }
117
118
  int close(void);
118
119
  int doInsertRecord(unsigned char * buf);
119
120
  int doUpdateRecord(const unsigned char * old_data, unsigned char * new_data);