33
33
if a function pointer is NULL, that's ok.
37
37
bool (*row_insert)(Session *session, Table *table);
38
38
bool (*row_update)(Session *session, Table *table,
39
39
const unsigned char *before,
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);
45
46
#endif /* DRIZZLED_PLUGIN_REPLICATOR_H */