8
0
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:
Dmitry Yemanov 2020-04-29 15:05:48 +03:00
parent 5f727d31f2
commit f5f07b80d1

View File

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