36
36
void *(*session_init)(Session *session);
37
37
bool (*row_insert)(Session *session, Table *table);
40
40
const unsigned char *after);
41
41
bool (*row_delete)(Session *session, Table *table);
42
42
bool (*end_transaction)(Session *session, bool autocommit, bool commit);