mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc.
This commit is contained in:
parent
96b399254e
commit
41a111e4c1
@ -117,6 +117,8 @@ public:
|
||||
tra_open_cursors(*p),
|
||||
tra_outer(outer),
|
||||
tra_transactions(*p),
|
||||
tra_blob_space(NULL),
|
||||
tra_undo_space(NULL),
|
||||
tra_undo_record(NULL)
|
||||
{
|
||||
if (outer)
|
||||
@ -439,6 +441,7 @@ public:
|
||||
: number(recordNumber.getValue()),
|
||||
length(record->rec_length),
|
||||
format(record->rec_format),
|
||||
offset(0),
|
||||
flags(recordFlags)
|
||||
{
|
||||
if (length)
|
||||
|
Loading…
Reference in New Issue
Block a user