mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Removed the record size limit for aggregates/unions.
This commit is contained in:
parent
c1cbd97163
commit
4f094c7fd8
@ -3475,9 +3475,6 @@ static void processMap(thread_db* tdbb, CompilerScratch* csb, MapNode* map, Form
|
||||
offset += desc3->dsc_length;
|
||||
}
|
||||
|
||||
if (offset > MAX_RECORD_SIZE)
|
||||
ERR_post(Arg::Gds(isc_imp_exc) << Arg::Gds(isc_blktoobig));
|
||||
|
||||
format->fmt_length = offset;
|
||||
format->fmt_count = format->fmt_desc.getCount();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user