~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  int index_next(unsigned char * buf);
100
100
  int open(const char *name, int mode, uint32_t test_if_locked);
101
101
  int close(void);
102
 
  int write_row(unsigned char * buf);
 
102
  int doInsertRecord(unsigned char * buf);
103
103
  int real_write_row(unsigned char *buf, azio_stream *writer);
104
104
  int delete_all_rows();
105
105
  int rnd_init(bool scan=1);