144
144
int (*recover)(handlerton *hton, XID *xid_list, uint32_t len);
145
145
int (*commit_by_xid)(handlerton *hton, XID *xid);
146
146
int (*rollback_by_xid)(handlerton *hton, XID *xid);
150
147
handler *(*create)(handlerton *hton, TABLE_SHARE *table, MEM_ROOT *mem_root);
151
148
void (*drop_database)(handlerton *hton, char* path);
152
149
int (*start_consistent_snapshot)(handlerton *hton, Session *session);