Drizzled Public API Documentation
Go to the documentation of this file.
38 #ifndef UNIV_HOTBACKUP
90 __attribute__((
const));
94 #define trx_undo_rec_get_ptr(undo_rec, undo_no) \
95 ((undo_rec) + trx_undo_rec_get_offset(undo_no))
109 ibool* updated_extern,
112 table_id_t* table_id);
273 const rec_t* index_rec,
308 #ifndef UNIV_HOTBACKUP
314 #define TRX_UNDO_INSERT_REC 11
315 #define TRX_UNDO_UPD_EXIST_REC 12
317 #define TRX_UNDO_UPD_DEL_REC 13
320 #define TRX_UNDO_DEL_MARK_REC 14
322 #define TRX_UNDO_CMPL_INFO_MULT 16
324 #define TRX_UNDO_UPD_EXTERN 128
330 #define TRX_UNDO_INSERT_OP 1
331 #define TRX_UNDO_MODIFY_OP 2
334 #include "trx0rec.ic"