mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Fixed CS build.
This commit is contained in:
parent
d90dfd7456
commit
83c7f38229
@ -116,6 +116,7 @@
|
|||||||
#include "../jrd/thread_proto.h"
|
#include "../jrd/thread_proto.h"
|
||||||
#include "../jrd/tra_proto.h"
|
#include "../jrd/tra_proto.h"
|
||||||
#include "../jrd/val_proto.h"
|
#include "../jrd/val_proto.h"
|
||||||
|
#include "../jrd/vio_proto.h"
|
||||||
#include "../jrd/file_params.h"
|
#include "../jrd/file_params.h"
|
||||||
#include "../jrd/event_proto.h"
|
#include "../jrd/event_proto.h"
|
||||||
#include "../jrd/why_proto.h"
|
#include "../jrd/why_proto.h"
|
||||||
@ -130,11 +131,6 @@
|
|||||||
#include "../common/classes/ClumpletReader.h"
|
#include "../common/classes/ClumpletReader.h"
|
||||||
#include "../jrd/DebugInterface.h"
|
#include "../jrd/DebugInterface.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef GARBAGE_THREAD
|
|
||||||
#include "vio_proto.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace Jrd;
|
using namespace Jrd;
|
||||||
|
|
||||||
#ifdef SERVER_SHUTDOWN
|
#ifdef SERVER_SHUTDOWN
|
||||||
|
@ -770,6 +770,7 @@ bool VIO_chase_record_version(thread_db* tdbb, record_param* rpb, RecordSource*
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef GARBAGE_THREAD
|
||||||
// hvlad: if i'm garbage collector I don't need to read backversion
|
// hvlad: if i'm garbage collector I don't need to read backversion
|
||||||
// of active record. Just do notify self about it
|
// of active record. Just do notify self about it
|
||||||
if (attachment->att_flags & ATT_garbage_collector)
|
if (attachment->att_flags & ATT_garbage_collector)
|
||||||
@ -778,6 +779,7 @@ bool VIO_chase_record_version(thread_db* tdbb, record_param* rpb, RecordSource*
|
|||||||
CCH_RELEASE(tdbb, &rpb->getWindow(tdbb));
|
CCH_RELEASE(tdbb, &rpb->getWindow(tdbb));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!(rpb->rpb_flags & rpb_delta)) {
|
if (!(rpb->rpb_flags & rpb_delta)) {
|
||||||
rpb->rpb_prior = NULL;
|
rpb->rpb_prior = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user