Skip to content

Commit d0756f3

Browse files
committed
Fixed LTT in read-only databases
1 parent 197ddf0 commit d0756f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/dsql/DdlNodes.epp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9108,6 +9108,9 @@ Format* RelationNode::makeFormat(thread_db* tdbb, jrd_tra* transaction, Cached::
91089108
// Link the format block into the world
91099109
relation->addFormat(format);
91109110

9111+
if (relation->rel_flags & REL_temp_ltt)
9112+
return format;
9113+
91119114
// Store format in system relation
91129115

91139116
AutoCacheRequest request(tdbb, irq_format3, IRQ_REQUESTS);

0 commit comments

Comments
 (0)