~stewart/drizzle/embedded-innodb-datetime

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.h

Merged embedded-innodb-replace into embedded-innodb-timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  int doDeleteRecord(const unsigned char *);
71
71
  int delete_all_rows(void);
72
72
  int doUpdateRecord(const unsigned char * old_data, unsigned char * new_data);
 
73
  int extra(drizzled::ha_extra_function operation);
73
74
 
74
75
  EmbeddedInnoDBTableShare *get_share(const char *table_name, int *rc);
75
76
  int free_share();
92
93
  ib_tpl_t tuple;
93
94
 
94
95
  ib_err_t next_innodb_error;
 
96
  bool write_can_replace;
95
97
};
96
98
 
97
99
#endif /* PLUGIN_EMBEDDED_INNODB_EMBEDDED_INNODB_ENGINE_H */