We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7828f48 commit e93f6aeCopy full SHA for e93f6ae
src/jrd/exe.cpp
@@ -751,7 +751,8 @@ void EXE_receive(thread_db* tdbb,
751
}
752
753
if (!current->bli_materialized &&
754
- (current->bli_blob_object->blb_flags & BLB_close_on_read))
+ (current->bli_blob_object->blb_flags & (BLB_close_on_read | BLB_stream)) ==
755
+ (BLB_close_on_read | BLB_stream))
756
{
757
current->bli_blob_object->BLB_close(tdbb);
758
0 commit comments