8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
robocop 2008-10-16 10:14:35 +00:00
parent 96b399254e
commit 41a111e4c1

View File

@ -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)