req.h (Firebird-3.0.2.32703-0.tar.bz2) | : | req.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 126 | skipping to change at line 126 | |||
const USHORT rpb_damaged = 128; // record is busted | const USHORT rpb_damaged = 128; // record is busted | |||
const USHORT rpb_gc_active = 256; // garbage collecting dea d record version | const USHORT rpb_gc_active = 256; // garbage collecting dea d record version | |||
const USHORT rpb_uk_modified = 512; // record key field values are ch anged | const USHORT rpb_uk_modified = 512; // record key field values are ch anged | |||
const USHORT rpb_long_tranum = 1024; // transaction number is 64-bit | const USHORT rpb_long_tranum = 1024; // transaction number is 64-bit | |||
// Stream flags | // Stream flags | |||
const USHORT RPB_s_update = 0x01; // input stream fetched for update | const USHORT RPB_s_update = 0x01; // input stream fetched for update | |||
const USHORT RPB_s_no_data = 0x02; // nobody is going to access the data | const USHORT RPB_s_no_data = 0x02; // nobody is going to access the data | |||
const USHORT RPB_s_sweeper = 0x04; // garbage collector - skip swept pages | const USHORT RPB_s_sweeper = 0x04; // garbage collector - skip swept pages | |||
const USHORT RPB_s_unstable = 0x08; // don't use undo log, used with unstable explicit cursors | ||||
// Runtime flags | // Runtime flags | |||
const USHORT RPB_refetch = 0x01; // re-fetch is required | const USHORT RPB_refetch = 0x01; // re-fetch is required | |||
const USHORT RPB_undo_data = 0x02; // data got from undo log | const USHORT RPB_undo_data = 0x02; // data got from undo log | |||
const USHORT RPB_undo_read = 0x04; // read was performed using the u ndo log | const USHORT RPB_undo_read = 0x04; // read was performed using the u ndo log | |||
const USHORT RPB_undo_deleted = 0x08; // read was performed using the undo log, primary version is deleted | const USHORT RPB_undo_deleted = 0x08; // read was performed using the undo log, primary version is deleted | |||
const USHORT RPB_UNDO_FLAGS = (RPB_undo_data | RPB_undo_read | RPB_un do_deleted); | const USHORT RPB_UNDO_FLAGS = (RPB_undo_data | RPB_undo_read | RPB_un do_deleted); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |