mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
Postfix for my commit #1cd0a1
This commit is contained in:
parent
5f727d31f2
commit
f5f07b80d1
@ -38,6 +38,10 @@ using namespace Jrd;
|
||||
|
||||
bool jrd_rel::isReplicating(thread_db* tdbb)
|
||||
{
|
||||
Database* const dbb = tdbb->getDatabase();
|
||||
if (!dbb->isReplicating(tdbb))
|
||||
return false;
|
||||
|
||||
Attachment* const attachment = tdbb->getAttachment();
|
||||
attachment->checkReplSetLock(tdbb);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user