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